Property | Type | Description | |
---|---|---|---|
stream | Stream |
Method | Description | |
---|---|---|
close ( ) : Object | ||
flush ( ) : Object | ||
invoke_flush_hook ( bigloo size ) : void | ||
output_stream_port ( Stream stream ) : System | ||
output_stream_port ( Stream stream, byte name ) : System | ||
output_stream_port ( byte file ) : System | ||
output_stream_port ( byte file, bool append ) : System | ||
write ( String s ) : void | ||
write ( byte s ) : void | ||
write ( byte s, int start, int end ) : void | ||
write ( int cn ) : void |
public invoke_flush_hook ( bigloo size ) : void | ||
size | bigloo | |
return | void |
public output_stream_port ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public output_stream_port ( Stream stream, byte name ) : System | ||
stream | Stream | |
name | byte | |
return | System |
public output_stream_port ( byte file ) : System | ||
file | byte | |
return | System |
public output_stream_port ( byte file, bool append ) : System | ||
file | byte | |
append | bool | |
return | System |
public write ( byte s, int start, int end ) : void | ||
s | byte | |
start | int | |
end | int | |
return | void |