public class ArchiveEntryOutputStream extends RAOutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected byte[] |
buffer |
protected int |
buffer_offset |
protected int |
buffer_size |
protected ArchiveEntry |
entry
the stream item
|
protected ArchiveEntry entry
protected byte[] buffer
protected int buffer_offset
protected int buffer_size
public long getOffset()
throws java.io.IOException
getOffset 在类中 RAOutputStreamjava.io.IOExceptionpublic void seek(long localPos)
throws java.io.IOException
seek 在类中 RAOutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write 在类中 java.io.OutputStreamjava.io.IOExceptionpublic void writeInt(int value)
throws java.io.IOException
writeInt 在类中 RAOutputStreamjava.io.IOExceptionpublic void writeLong(long value)
throws java.io.IOException
writeLong 在类中 RAOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write 在类中 java.io.OutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush 在接口中 java.io.Flushableflush 在类中 java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close 在接口中 java.io.Closeableclose 在接口中 java.lang.AutoCloseableclose 在类中 java.io.OutputStreamjava.io.IOExceptionpublic long length()
throws java.io.IOException
length 在类中 RAOutputStreamjava.io.IOExceptionCopyright © 2008 Actuate Corp. All rights reserved.