You are here: Start » AVL.NET » ByteBuffer Class

ByteBuffer Class

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
ByteBuffer() 512 MB
ByteBuffer(ByteBuffer)
ByteBuffer(Int32)

Properties

 NameTypeDescription
DataEndSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
SizeSystem.Int32

Methods

 NameDescription
CopyTo(Avl.ByteBuffer)
Data()
Data(int)
Dispose()Inherited from Avl.UnmanagedObject
Equals(Avl.ByteBuffer)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.ByteBuffer)
Resize(int)
SetNotOwn(int, System.IntPtr)
Set(int)
Set(int, Avl.ByteBuffer)
Set(System.IntPtr, int)
Set(System.IntPtr, ulong)
ToString()Inherited from System.Object

See also