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, write
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 OutputStream
IOException
public void write(byte[] b, int off, int len)
write
in class OutputStream
public short getExtentSize()
public int getPage()
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
public Ranges getPages()
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.