Source File DataStreams.tesla
namespace Tesla.IO

interface Serializeable

Modifiers: public

public void serialize ( DataOutputStream out )
public Object deserialize ( DataInputStream in )

class DataInputStream

Modifiers: public
Implements: InputStream

protected InputStream in
protected byte[] buffer
public DataInputStream ( InputStream in )
public int readInt ( ) throws IOException
public long readLong ( ) throws IOException
public float readFloat ( ) throws IOException
public double readDouble ( ) throws IOException
public short readShort ( ) throws IOException
public long available ( ) throws IOException
public void closeInput ( ) throws IOException
public int read ( ) throws IOException
public uint read ( byte[] buffer ) throws IOException
public uint read ( byte[] buffer, int start, int len ) throws IOException
public boolean canSeek ( )
public void seek ( int offset, int whence ) throws IOException
public void seek ( int offset ) throws IOException
public long position ( ) throws IOException
public void reset ( ) throws IOException

class DataOutputStream

Modifiers: public
Implements: OutputStream

protected OutputStream out
protected byte[] buffer
public DataOutputStream ( OutputStream out )
public void writeInt ( int val ) throws IOException
public void writeLong ( long val ) throws IOException
public void writeFloat ( float val ) throws IOException
public void writeDouble ( double val ) throws IOException
public void writeShort ( short val ) throws IOException
public void flush ( ) throws IOException
public void closeOutput ( ) throws IOException
public void write ( byte[] buffer ) throws IOException
public void write ( byte[] buffer, int start, int len ) throws IOException
public void write ( int bite ) throws IOException


Produce by t2html tool written by Eric Kerfoot © 2004