Reads up to MaxBytes of data and advances position in the stream.
[Visual Basic .NET] |
---|
Public Function Peek( _ ByVal MaxBytes As Integer _ ) As System.Object |
[C#] |
---|
public System.Object Peek( int MaxBytes ); |
[Managed C++] |
---|
public: VARIANT Peek( int MaxBytes ); |
[Java] |
---|
public AgVariant peek( int MaxBytes ); |
- MaxBytes