org.apache.blur.thirdparty.thrift_0_9_0.transport
Interface TSeekableFile
- All Known Implementing Classes:
- TStandardFile
public interface TSeekableFile
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
getOutputStream
OutputStream getOutputStream()
throws IOException
- Throws:
IOException
close
void close()
throws IOException
- Throws:
IOException
length
long length()
throws IOException
- Throws:
IOException
seek
void seek(long pos)
throws IOException
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.