public class ExtentInputStream extends InputStream
ExtentOutputStream
.Constructor and Description |
---|
ExtentInputStream(Paged paged,
int page) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Ranges |
getPages() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
String |
toString() |
available, mark, markSupported, read, reset, skip
public ExtentInputStream(Paged paged, int page)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
public Ranges getPages()
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.