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
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
Copyright © 2016 TEMENOS. All Rights Reserved.