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) |
public 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-2013 FuseSource, Corp.. All Rights Reserved.