public class FileInStream extends InStream
Constructor and Description |
---|
FileInStream(TachyonFile file,
ReadType opType) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
available, mark, markSupported, reset
public FileInStream(TachyonFile file, ReadType opType) throws IOException
IOException
public int read() throws IOException
read
in class InStream
IOException
public int read(byte[] b) throws IOException
read
in class InStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InStream
IOException
public long skip(long n) throws IOException
skip
in class InStream
IOException
Copyright © 2013. All Rights Reserved.