|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
stec.xpos.ObjectStoreOutputStream
public class ObjectStoreOutputStream
Represents an output stream to a persistent object store value.
getOutputStream
,
getOutputStream
,
getOutputStream
,
OutputStream
Method Summary | |
---|---|
void |
close()
Closes this output stream. |
int |
getType()
Returns the output stream type. |
boolean |
isOpen()
Returns whether this output stream is still open. |
int |
length()
Returns the size in bytes of the output stream. |
void |
write(byte[] buffer)
Writes the specified array of bytes to the output stream. |
void |
write(byte[] buffer,
int offset,
int length)
Writes the specified array of bytes to the output stream. |
void |
write(int b)
Writes the specified byte to the output stream. |
Methods inherited from class java.io.OutputStream |
---|
flush |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
b
- the byte to write.
java.io.IOException
- if an I/O exception occurred.public final void write(byte[] buffer) throws java.io.IOException
write
in class java.io.OutputStream
buffer
- the array of bytes to write.
java.io.IOException
- if an I/O exception occurred.public final void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
buffer
- the array of bytes to write.offset
- the starting offset into the buffer.length
- the number of bytes to write.
java.io.IOException
- if an I/O exception occurred.public final int getType() throws java.io.IOException
java.io.IOException
- if an I/O exception occurred.public final int length() throws java.io.IOException
java.io.IOException
- if an I/O exception occurred.public final boolean isOpen() throws java.io.IOException
java.io.IOException
- if an I/O exception occurred.public final void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
- if this output stream is closed or if an I/O exception occurs.
|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.