Exemple #1
0
 protected InputStream()
 {
     this.curPos_ = new DelegateInputStream.CurPosDelegate(this.Internal_CurrentPosition);
     this.readBytes_ = new DelegateInputStream.ReadBytesDelegate(this.Internal_ReadBytes);
     this.is_ = DelegateInputStream.create(this.curPos_, this.readBytes_);
 }
Exemple #2
0
 protected InputStream()
 {
     this.curPos_    = new DelegateInputStream.CurPosDelegate(this.Internal_CurrentPosition);
     this.readBytes_ = new DelegateInputStream.ReadBytesDelegate(this.Internal_ReadBytes);
     this.is_        = DelegateInputStream.create(this.curPos_, this.readBytes_);
 }