You are here: Start » ByteBuffer Class

ByteBuffer Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
ByteBuffer(Int32)
ByteBuffer()

Properties

 NameTypeDescription
DataEndSystem.IntPtr
DataSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.Boolean
MaxBufferSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Resize(int)
SetNotOwn(int, System.IntPtr)
Set(int)
Set(int, AvlNet.ByteBuffer)
Set(System.IntPtr, int)
ToString()Inherited from System.Object

See also