|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.ipc.bon.BinaryFactory
public class BinaryFactory
Factory for stream readers/writers using a binary object notation (BON). See http://wiki.eclipse.org/SMILA/Documentation/Data_Model_and_Serialization_Formats#BON_Binary_Object_Notation_Format for specification.
| Constructor Summary | |
|---|---|
BinaryFactory()
|
|
| Method Summary | |
|---|---|
BinaryStreamReader |
newStreamReader(java.io.InputStream stream)
create a new BON stream reader. |
BinaryStreamWriter |
newStreamWriter(java.io.OutputStream stream)
create a new BON stream writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryFactory()
| Method Detail |
|---|
public BinaryStreamReader newStreamReader(java.io.InputStream stream)
throws java.io.IOException
newStreamReader in interface IpcFactorystream - stream to write
java.io.IOException - error creating or initializing the reader.
public BinaryStreamWriter newStreamWriter(java.io.OutputStream stream)
throws java.io.IOException
newStreamWriter in interface IpcFactorystream - stream to read
java.io.IOException - error creating or initializing the writer.
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||