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, skippublic ExtentInputStream(Paged paged, int page)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic Ranges getPages()
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.