vortex
Class dbChannel.dbIOa
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.DataOutputStream
vortex.dbChannel.dbIOa
- All Implemented Interfaces:
- java.io.Closeable, java.io.DataOutput, java.io.Flushable
- Enclosing class:
- dbChannel
protected class dbChannel.dbIOa
- extends java.io.DataOutputStream
Fields inherited from class java.io.DataOutputStream |
written |
Fields inherited from class java.io.FilterOutputStream |
out |
Methods inherited from class java.io.DataOutputStream |
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from class java.io.FilterOutputStream |
close, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.io.DataOutput |
write |
putNull
public void putNull()
throws java.io.IOException
- Throws:
java.io.IOException
putChars
public void putChars(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
getDataLen
public int getDataLen(dbParam data)
byteLen
public int byteLen(java.lang.String s)
rcvString
public java.lang.String rcvString(int len)
throws java.io.IOException
- Throws:
java.io.IOException
rcvStringB
public java.lang.String rcvStringB(int len)
throws java.io.IOException
- Throws:
java.io.IOException
grabString
public java.lang.String grabString(byte[] dat,
int off,
int len)
trailDD
public void trailDD()
Updated July 15 2014