Syntax
| C# |
|---|
public sealed class DataInput |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DataInput |
| Visual C++ |
|---|
public ref class DataInput sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| BytesRead |
Get the count of bytes that have been read from the stream.
| |
| BytesRemaining |
Get the count of bytes that are remaining in the buffer.
| |
| NativeIntPtr |
Get the underlying native unmanaged pointer.
|
See Also
GemStone.GemFire.Cache Namespace