Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int Read(byte[], int, int)

  • Declared in: RT.KitchenSink.Streams.PeekableStream
  • Overrides: Stream.Read(byte[], int, int)

Declaration

public override int Read(
    byte[] buffer,
    int offset,
    int count
)

Summary

Reads data from the stream into the specified buffer. Advances all peek streams that got overtaken by the new stream position so as to continue reading from //

Returns

Number of bytes actually read. Zero if called on a stream that has already ended, or if count was zero.