Method | Description | |
---|---|---|
close ( ) : void | ||
put ( |
||
setExtOutputStream ( Stream outs ) : void | ||
setExtOutputStream ( Stream outs, bool dontclose ) : void | ||
setInputStream ( Stream ins ) : void | ||
setInputStream ( Stream ins, bool dontclose ) : void | ||
setOutputStream ( Stream outs ) : void | ||
setOutputStream ( Stream outs, bool dontclose ) : void |
Method | Description | |
---|---|---|
getByte ( ) : int | ||
getByte ( byte array ) : void | ||
getByte ( byte array, int begin, int length ) : void | ||
put ( byte array, int begin, int length ) : void | ||
put_ext ( byte array, int begin, int length ) : void |
public setExtOutputStream ( Stream outs ) : void | ||
outs | Stream | |
return | void |
public setExtOutputStream ( Stream outs, bool dontclose ) : void | ||
outs | Stream | |
dontclose | bool | |
return | void |
public setInputStream ( Stream ins, bool dontclose ) : void | ||
ins | Stream | |
dontclose | bool | |
return | void |
public setOutputStream ( Stream outs ) : void | ||
outs | Stream | |
return | void |
public setOutputStream ( Stream outs, bool dontclose ) : void | ||
outs | Stream | |
dontclose | bool | |
return | void |