com.jbase.jremote.io
Class AbstractJBaseObjectWriter
java.lang.Object
com.jbase.jremote.io.AbstractJBaseObjectWriter
- All Implemented Interfaces:
- JBaseObjectWriter
- Direct Known Subclasses:
- IOJBaseObjectWriter, NIOJBaseObjectWriter
public abstract class AbstractJBaseObjectWriter
- extends java.lang.Object
- implements JBaseObjectWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJBaseObjectWriter
public AbstractJBaseObjectWriter()
outByte
protected abstract void outByte(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
outByte
protected abstract void outByte(int b)
throws java.io.IOException
- Throws:
java.io.IOException
outInt
protected abstract void outInt(int i)
throws java.io.IOException
- Throws:
java.io.IOException
outUTF
protected abstract void outUTF(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
flush
protected abstract void flush()
throws java.io.IOException
- Throws:
java.io.IOException
writeInt
public void writeInt(int i)
throws java.io.IOException
- Specified by:
writeInt
in interface JBaseObjectWriter
- Throws:
java.io.IOException
writeObject
public void writeObject(java.lang.String o)
throws java.io.IOException
- Specified by:
writeObject
in interface JBaseObjectWriter
- Throws:
java.io.IOException
writeObject
public void writeObject(byte[] data)
throws java.io.IOException
- Specified by:
writeObject
in interface JBaseObjectWriter
- Throws:
java.io.IOException
writeObject
public void writeObject(IByteObject o)
throws java.io.IOException
- Specified by:
writeObject
in interface JBaseObjectWriter
- Throws:
java.io.IOException
writeObject
public void writeObject(JBaseSerializable o)
throws java.io.IOException
- Specified by:
writeObject
in interface JBaseObjectWriter
- Throws:
java.io.IOException
writeJBaseSerializableObject
protected void writeJBaseSerializableObject(JBaseSerializable o)
throws java.io.IOException
- Throws:
java.io.IOException
writeRootObject
public void writeRootObject(JBaseSerializable o)
throws java.io.IOException
- Specified by:
writeRootObject
in interface JBaseObjectWriter
- Throws:
java.io.IOException
Copyright © 2010 TEMENOS. All Rights Reserved.