com.tuneology.avm.jesd
Class IOLSB

java.lang.Object
  |
  +--com.tuneology.avm.jesd.IO
        |
        +--com.tuneology.avm.jesd.IOLSB

public final class IOLSB
extends IO

IOLSB.

Version:
$Id: IOLSB.java,v 1.1 2003/03/19 02:26:07 xnarf Exp $
Author:
ymnk

Fields inherited from class com.tuneology.avm.jesd.IO
ba, ia, in, out, sa, socket
 
Constructor Summary
IOLSB()
           
 
Method Summary
 int readInt()
           
 int readShort()
           
 void writeInt(int val)
           
 void writeShort(int val)
           
 
Methods inherited from class com.tuneology.avm.jesd.IO
close, getSocket, readByte, readByte, readByte, readPad, setInputStream, setOutputStream, setSocket, writeByte, writeByte, writeByte, writeByte, writePad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOLSB

public IOLSB()
Method Detail

readInt

public int readInt()
            throws java.io.IOException
Overrides:
readInt in class IO
Throws:
java.io.IOException -  

readShort

public int readShort()
              throws java.io.IOException
Overrides:
readShort in class IO
Throws:
java.io.IOException -  

writeInt

public void writeInt(int val)
              throws java.io.IOException
Overrides:
writeInt in class IO
Throws:
java.io.IOException -  

writeShort

public void writeShort(int val)
                throws java.io.IOException
Overrides:
writeShort in class IO
Throws:
java.io.IOException -