Uses of Class
wt.pds.PDSEncoder.DecodeObjectInputStream

Packages that use PDSEncoder.DecodeObjectInputStream
wt.pds Provides additional Persistent Database Services.  See PersistenceManager to fulfill most database access needs. 
 

Uses of PDSEncoder.DecodeObjectInputStream in wt.pds
 

Subclasses of PDSEncoder.DecodeObjectInputStream in wt.pds
(package private) static class PDSEncoder.RewriteCheckingDecodeObjectInputStream
          This class exists to deal with bad versions of the wt.meta.LocalizedValue class if they're encountered during (small)blob decodings.
 

Fields in wt.pds declared as PDSEncoder.DecodeObjectInputStream
private  PDSEncoder.DecodeObjectInputStream PDSEncoder.decodeStream
           
 

Methods in wt.pds that return PDSEncoder.DecodeObjectInputStream
(package private) static PDSEncoder.DecodeObjectInputStream PDSEncoder.DecodeObjectInputStream.newInstance(String str)
           
(package private) static PDSEncoder.DecodeObjectInputStream PDSEncoder.DecodeObjectInputStream.newInstance(InputStream in)