Uses of Class
com.etymon.pj.object.PjStreamDictionary

Packages that use PjStreamDictionary
com.etymon.pj.object   
 

Uses of PjStreamDictionary in com.etymon.pj.object
 

Fields in com.etymon.pj.object declared as PjStreamDictionary
protected  PjStreamDictionary PjStream._d
           
 

Methods in com.etymon.pj.object that return PjStreamDictionary
 PjStreamDictionary PjStream.getStreamDictionary()
          Returns the PjStreamDictionary used in the representation of this stream.
 

Constructors in com.etymon.pj.object with parameters of type PjStreamDictionary
PjStream(PjStreamDictionary d, byte[] s)
          Creates a stream as a wrapper around a PjStreamDictionary and byte array.