Метод | Описание | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
PipedOutputStream ( ) : System | ||
PipedOutputStream ( |
||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void | ||
close ( ) : void | ||
write ( byte b ) : void | ||
write ( byte b, int off, int len ) : void | ||
write ( int b ) : void |
Метод | Описание | |
---|---|---|
connect ( |
||
flush ( ) : void |
public PipedOutputStream ( |
||
snk | ||
Результат | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
Результат | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |
public write ( byte b, int off, int len ) : void | ||
b | byte | |
off | int | |
len | int | |
Результат | void |