Uses of Class
com.jguild.jrpm.io.IndexEntry

Packages that use IndexEntry
com.jguild.jrpm.io.datatype   
 

Uses of IndexEntry in com.jguild.jrpm.io.datatype
 

Methods in com.jguild.jrpm.io.datatype with parameters of type IndexEntry
static DataTypeIf TypeFactory.createFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry, long length)
          This method creates a rpm data type out of a input stream and an IndexEntry.
static STRING_ARRAY STRING_ARRAY.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry, long length)
          Constructs a type froma stream
static STRING STRING.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry, long length)
          Constructs a type froma stream
static NULL NULL.readFromStream(IndexEntry indexEntry)
          Constructs a type froma stream
static INT8 INT8.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
static INT64 INT64.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
static INT32 INT32.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
static INT16 INT16.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
static I18NSTRING I18NSTRING.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry, long length)
          Constructs a type froma stream
static CHAR CHAR.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
static BIN BIN.readFromStream(java.io.DataInputStream inputStream, IndexEntry indexEntry)
          Constructs a type froma stream
 



Copyright © 2002-2005 Sourceforge. All Rights Reserved.