程序包 proguard.io
类 UniqueDataEntryWriter
- java.lang.Object
-
- proguard.io.UniqueDataEntryWriter
-
- 所有已实现的接口:
java.lang.AutoCloseable,proguard.io.DataEntryWriter
public class UniqueDataEntryWriter extends java.lang.Object implements proguard.io.DataEntryWriterThis DataEntryWriter delegates to a givenDataEntryWriter, but aDataEntrycan be written at most one time (uniqueness is based onDataEntry.getName().
-
-
构造器概要
构造器 构造器 说明 UniqueDataEntryWriter(proguard.io.DataEntryWriter dataEntryWriter)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()booleancreateDirectory(proguard.io.DataEntry dataEntry)java.io.OutputStreamcreateOutputStream(proguard.io.DataEntry dataEntry)voidprintln(java.io.PrintWriter pw, java.lang.String prefix)booleansameOutputStream(proguard.io.DataEntry dataEntry1, proguard.io.DataEntry dataEntry2)
-
-
-
方法详细资料
-
createDirectory
public boolean createDirectory(proguard.io.DataEntry dataEntry) throws java.io.IOException- 指定者:
createDirectory在接口中proguard.io.DataEntryWriter- 抛出:
java.io.IOException
-
sameOutputStream
public boolean sameOutputStream(proguard.io.DataEntry dataEntry1, proguard.io.DataEntry dataEntry2) throws java.io.IOException- 指定者:
sameOutputStream在接口中proguard.io.DataEntryWriter- 抛出:
java.io.IOException
-
createOutputStream
public java.io.OutputStream createOutputStream(proguard.io.DataEntry dataEntry) throws java.io.IOException- 指定者:
createOutputStream在接口中proguard.io.DataEntryWriter- 抛出:
java.io.IOException
-
close
public void close() throws java.io.IOException- 指定者:
close在接口中java.lang.AutoCloseable- 指定者:
close在接口中proguard.io.DataEntryWriter- 抛出:
java.io.IOException
-
println
public void println(java.io.PrintWriter pw, java.lang.String prefix)- 指定者:
println在接口中proguard.io.DataEntryWriter
-
-