jremote jbase5.2.1

com.jbase.jremote.io
Interface JBaseObjectWriter

All Known Implementing Classes:
AbstractJBaseObjectWriter, IOJBaseObjectWriter, NIOJBaseObjectWriter

public interface JBaseObjectWriter

Serializes objects to jBASE JDBC format.

Author:
Peter Kuchta, pkuchta@temenos.com

Method Summary
 void close()
           
 void writeInt(int i)
           
 void writeObject(byte[] o)
           
 void writeObject(IByteObject o)
           
 void writeObject(JBaseSerializable o)
           
 void writeObject(String o)
           
 void writeRootObject(JBaseSerializable o)
           
 

Method Detail

writeInt

void writeInt(int i)
              throws IOException
Throws:
IOException

writeObject

void writeObject(JBaseSerializable o)
                 throws IOException
Throws:
IOException

writeObject

void writeObject(String o)
                 throws IOException
Throws:
IOException

writeObject

void writeObject(byte[] o)
                 throws IOException
Throws:
IOException

writeObject

void writeObject(IByteObject o)
                 throws IOException
Throws:
IOException

writeRootObject

void writeRootObject(JBaseSerializable o)
                     throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException

jremote jbase5.2.1

Copyright © 2016 TEMENOS. All Rights Reserved.