public class ExtentOutputStream extends OutputStream
| Constructor and Description |
|---|
ExtentOutputStream(Paged paged) |
ExtentOutputStream(Paged paged,
int page,
short extentSize,
short nextExtentSize) |
ExtentOutputStream(Paged paged,
short extentSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
short |
getExtentSize() |
int |
getPage() |
Ranges |
getPages() |
String |
toString() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flush, writepublic ExtentOutputStream(Paged paged)
public ExtentOutputStream(Paged paged, short extentSize)
public ExtentOutputStream(Paged paged, int page, short extentSize, short nextExtentSize)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
write in class OutputStreampublic short getExtentSize()
public int getPage()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreampublic Ranges getPages()
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.