接口 BinOutputStream.BinWriter
-
- 封闭类:
- BinOutputStream
public static interface BinOutputStream.BinWriter
-
-
方法概要
修饰符和类型 方法 说明 int
getLength()
void
write(BinOutputStream out)
-
-
-
方法详细资料
-
getLength
int getLength() throws IOException
- 抛出:
IOException
-
write
void write(BinOutputStream out) throws IOException
- 抛出:
IOException
-
-