Reads up to MaxBytes without advancing position in the stream.
[Visual Basic .NET] |
---|
Public Function Read( _ ByVal MaxBytes As Integer _ ) As System.Object |
[C#] |
---|
public System.Object Read( int MaxBytes ); |
[Managed C++] |
---|
public: VARIANT Read( int MaxBytes ); |
[Java] |
---|
public AgVariant read( int MaxBytes ); |
- MaxBytes