public static class ZipOutput.LargeDataOutputStream
extends java.io.DataOutputStream
| Constructor and Description |
|---|
LargeDataOutputStream(java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLongSize() |
void |
write(byte[] b) |
void |
write(int b) |
public long getLongSize()
public void write(int b)
throws java.io.IOException
write in interface java.io.DataOutputwrite in class java.io.DataOutputStreamjava.io.IOExceptionpublic void write(byte[] b)
throws java.io.IOException
write in interface java.io.DataOutputwrite in class java.io.FilterOutputStreamjava.io.IOException