All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.toydb.types.DBShort

java.lang.Object
   |
   +----benno.toydb.types.DBShort

public class DBShort
extends Object
implements DBType

Variable Index

 o l

Constructor Index

 o DBShort()
 o DBShort(short)

Method Index

 o readFrom(DataInput)
 o toString()
 o writeTo(DataOutput)

Variables

 o l
 public short l

Constructors

 o DBShort
 public DBShort()
 o DBShort
 public DBShort(short a)

Methods

 o writeTo
 public void writeTo(DataOutput d) throws IOException
 o readFrom
 public void readFrom(DataInput d) throws IOException
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index