public class BlobOutputStream extends OutputStream
Constructor and Description |
---|
BlobOutputStream(Blob blob,
int position) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
updateSpace() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int c) |
public BlobOutputStream(Blob blob, int position)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(byte[] bytes) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int c) throws IOException
write
in class OutputStream
IOException
public void updateSpace() throws IOException
IOException
Copyright © GigaSpaces.