C# Class Sharpen.ByteBuffer

Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Méthode Description
Allocate ( int size ) : ByteBuffer
AllocateDirect ( int size ) : ByteBuffer
Array ( ) : byte[]
ArrayOffset ( ) : int
AsIntBuffer ( ) : IntBuffer
AsLongBuffer ( ) : LongBuffer
AsShortBuffer ( ) : ShortBuffer
ByteBuffer ( ) : System
Capacity ( ) : int
Clear ( ) : void
Duplicate ( ) : ByteBuffer
Flip ( ) : void
Get ( ) : byte
Get ( int i ) : byte
Get ( byte data ) : void
Get ( byte data, int start, int len ) : void
GetInt ( ) : int
GetShort ( ) : short
HasArray ( ) : bool
Limit ( ) : int
Limit ( int newLimit ) : void
Mark ( ) : void
NativeOrder ( ) : ByteOrder
Order ( ByteOrder order ) : void
Position ( ) : int
Position ( int pos ) : void
Put ( ByteBuffer buf ) : void
Put ( byte data ) : void
Put ( byte data, int start, int len ) : void
PutChar ( char ch ) : void
PutInt ( int i ) : void
PutLong ( long i ) : void
PutShort ( short i ) : void
Remaining ( ) : int
Reset ( ) : void
Slice ( ) : ByteBuffer
Wrap ( byte buf ) : ByteBuffer
Wrap ( byte buf, int start, int len ) : ByteBuffer

Méthodes protégées

Méthode Description
ByteBuffer ( byte buf, int start, int len ) : System

Private Methods

Méthode Description
CheckGetLimit ( int inc ) : void
CheckPutLimit ( int inc ) : void

Method Details

Allocate() public static méthode

public static Allocate ( int size ) : ByteBuffer
size int
Résultat ByteBuffer

AllocateDirect() public static méthode

public static AllocateDirect ( int size ) : ByteBuffer
size int
Résultat ByteBuffer

Array() public méthode

public Array ( ) : byte[]
Résultat byte[]

ArrayOffset() public méthode

public ArrayOffset ( ) : int
Résultat int

AsIntBuffer() public méthode

public AsIntBuffer ( ) : IntBuffer
Résultat IntBuffer

AsLongBuffer() public méthode

public AsLongBuffer ( ) : LongBuffer
Résultat LongBuffer

AsShortBuffer() public méthode

public AsShortBuffer ( ) : ShortBuffer
Résultat ShortBuffer

ByteBuffer() public méthode

public ByteBuffer ( ) : System
Résultat System

ByteBuffer() protected méthode

protected ByteBuffer ( byte buf, int start, int len ) : System
buf byte
start int
len int
Résultat System

Capacity() public méthode

public Capacity ( ) : int
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Duplicate() public méthode

public Duplicate ( ) : ByteBuffer
Résultat ByteBuffer

Flip() public méthode

public Flip ( ) : void
Résultat void

Get() public méthode

public Get ( ) : byte
Résultat byte

Get() public méthode

public Get ( int i ) : byte
i int
Résultat byte

Get() public méthode

public Get ( byte data ) : void
data byte
Résultat void

Get() public méthode

public Get ( byte data, int start, int len ) : void
data byte
start int
len int
Résultat void

GetInt() public méthode

public GetInt ( ) : int
Résultat int

GetShort() public méthode

public GetShort ( ) : short
Résultat short

HasArray() public méthode

public HasArray ( ) : bool
Résultat bool

Limit() public méthode

public Limit ( ) : int
Résultat int

Limit() public méthode

public Limit ( int newLimit ) : void
newLimit int
Résultat void

Mark() public méthode

public Mark ( ) : void
Résultat void

NativeOrder() public static méthode

public static NativeOrder ( ) : ByteOrder
Résultat ByteOrder

Order() public méthode

public Order ( ByteOrder order ) : void
order ByteOrder
Résultat void

Position() public méthode

public Position ( ) : int
Résultat int

Position() public méthode

public Position ( int pos ) : void
pos int
Résultat void

Put() public méthode

public Put ( ByteBuffer buf ) : void
buf ByteBuffer
Résultat void

Put() public méthode

public Put ( byte data ) : void
data byte
Résultat void

Put() public méthode

public Put ( byte data, int start, int len ) : void
data byte
start int
len int
Résultat void

PutChar() public méthode

public PutChar ( char ch ) : void
ch char
Résultat void

PutInt() public méthode

public PutInt ( int i ) : void
i int
Résultat void

PutLong() public méthode

public PutLong ( long i ) : void
i long
Résultat void

PutShort() public méthode

public PutShort ( short i ) : void
i short
Résultat void

Remaining() public méthode

public Remaining ( ) : int
Résultat int

Reset() public méthode

public Reset ( ) : void
Résultat void

Slice() public méthode

public Slice ( ) : ByteBuffer
Résultat ByteBuffer

Wrap() public static méthode

public static Wrap ( byte buf ) : ByteBuffer
buf byte
Résultat ByteBuffer

Wrap() public static méthode

public static Wrap ( byte buf, int start, int len ) : ByteBuffer
buf byte
start int
len int
Résultat ByteBuffer