public class InputStreamIoFile extends IoFile<SeekableInputStream>
IoFile.Whence| Constructor and Description |
|---|
InputStreamIoFile(InputStream in,
org.classdump.luna.Table metatable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isClosed() |
long |
seek(IoFile.Whence whence,
long offset) |
void |
write(org.classdump.luna.ByteString s) |
public InputStreamIoFile(InputStream in, org.classdump.luna.Table metatable)
public boolean isClosed()
isClosed in class IoFile<SeekableInputStream>public void close()
throws IOException
close in class IoFile<SeekableInputStream>IOExceptionpublic void flush()
throws IOException
flush in class IoFile<SeekableInputStream>IOExceptionpublic void write(org.classdump.luna.ByteString s)
throws IOException
write in class IoFile<SeekableInputStream>IOExceptionpublic long seek(IoFile.Whence whence, long offset) throws IOException
seek in class IoFile<SeekableInputStream>IOExceptionCopyright © 2016–2017. All rights reserved.