프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppendRawBytes | void | ||
ConsumeBuffered | void | ||
ConsumeLine | MutableString | ||
FlushRead | void | ||
IndexOfCrLf | int | ||
LoadBuffer | int | ||
PeekByte | int | ||
ReadBufferByte | byte |
메소드 | 설명 | |
---|---|---|
AppendBytes ( MutableString buffer, int count, bool preserveEndOfLines ) : int |
Reads count bytes from the stream and appends them to the given buffer. If count is
|
|
Close ( ) : void | ||
Flush ( ) : void | ||
PeekByte ( ) : int | ||
PeekByteNormalizeEoln ( bool preserveEndOfLines ) : int | ||
PushBack ( byte b ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
ReadByteNormalizeEoln ( bool preserveEndOfLines ) : int | ||
ReadLine ( MutableString separator, IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
ReadLine ( IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
ReadLineOrParagraph ( MutableString separator, IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
ReadParagraph ( IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
RubyBufferedStream ( Stream stream ) : System | ||
RubyBufferedStream ( Stream stream, bool pushBackPreservesPosition ) : System | ||
RubyBufferedStream ( Stream stream, bool pushBackPreservesPosition, int bufferSize ) : System | ||
Seek ( long pos, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteBytes ( MutableString buffer, int offset, int count, bool preserveEndOfLines ) : int | ||
WriteBytes ( byte buffer, int offset, int count, bool preserveEndOfLines ) : int |
메소드 | 설명 | |
---|---|---|
AppendRawBytes ( MutableString buffer, int count ) : void | ||
ConsumeBuffered ( int count ) : void | ||
ConsumeLine ( IronRuby.Builtins.RubyEncoding encoding, int lineLength, int consume, bool bufferResized ) : MutableString | ||
FlushRead ( ) : void | ||
IndexOfCrLf ( byte array, int i ) : int | ||
LoadBuffer ( int count ) : int | ||
PeekByte ( int i ) : int |
Peeks i-th byte. Assumes small
|
|
ReadBufferByte ( ) : byte |
public AppendBytes ( MutableString buffer, int count, bool preserveEndOfLines ) : int | ||
buffer | MutableString | |
count | int | |
preserveEndOfLines | bool | |
리턴 | int |
public PeekByteNormalizeEoln ( bool preserveEndOfLines ) : int | ||
preserveEndOfLines | bool | |
리턴 | int |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
public ReadByteNormalizeEoln ( bool preserveEndOfLines ) : int | ||
preserveEndOfLines | bool | |
리턴 | int |
public ReadLine ( MutableString separator, IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
separator | MutableString | |
encoding | IronRuby.Builtins.RubyEncoding | |
preserveEndOfLines | bool | |
limit | int | |
리턴 | MutableString |
public ReadLine ( IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
encoding | IronRuby.Builtins.RubyEncoding | |
preserveEndOfLines | bool | |
limit | int | |
리턴 | MutableString |
public ReadLineOrParagraph ( MutableString separator, IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
separator | MutableString | |
encoding | IronRuby.Builtins.RubyEncoding | |
preserveEndOfLines | bool | |
limit | int | |
리턴 | MutableString |
public ReadParagraph ( IronRuby.Builtins.RubyEncoding encoding, bool preserveEndOfLines, int limit ) : MutableString | ||
encoding | IronRuby.Builtins.RubyEncoding | |
preserveEndOfLines | bool | |
limit | int | |
리턴 | MutableString |
public RubyBufferedStream ( Stream stream ) : System | ||
stream | Stream | |
리턴 | System |
public RubyBufferedStream ( Stream stream, bool pushBackPreservesPosition ) : System | ||
stream | Stream | |
pushBackPreservesPosition | bool | |
리턴 | System |
public RubyBufferedStream ( Stream stream, bool pushBackPreservesPosition, int bufferSize ) : System | ||
stream | Stream | |
pushBackPreservesPosition | bool | |
bufferSize | int | |
리턴 | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |
public WriteBytes ( MutableString buffer, int offset, int count, bool preserveEndOfLines ) : int | ||
buffer | MutableString | |
offset | int | |
count | int | |
preserveEndOfLines | bool | |
리턴 | int |
public WriteBytes ( byte buffer, int offset, int count, bool preserveEndOfLines ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
preserveEndOfLines | bool | |
리턴 | int |