Uses of Class
wt.wrmf.transport.StreamFlag

Packages that use StreamFlag
wt.wrmf.transport   
wt.wrmf.transport.httptransport   
 

Uses of StreamFlag in wt.wrmf.transport
 

Methods in wt.wrmf.transport with parameters of type StreamFlag
protected  boolean StreamFlag.readVersion(StreamFlag thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of StreamFlag in wt.wrmf.transport.httptransport
 

Methods in wt.wrmf.transport.httptransport with parameters of type StreamFlag
private  void FlaggedHTTPResponse.writeFlag(OutputStream os, StreamFlag flag)