C# Class FieldTrip.Buffer.ByteBuffer

Afficher le fichier Open project: jadref/buffer_bci Class Usage Examples

Protected Properties

Свойство Type Description
reader EndianBinaryReader
stream System.IO.MemoryStream
writer EndianBinaryWriter

Méthodes publiques

Méthode Description
ByteBuffer ( ) : System.Collections
ByteBuffer ( Endianness _endianess, System _encoding ) : System.Collections
ByteBuffer ( Endianness _endianess, System _encoding, int capacity, int position, MemoryStream _stream ) : System.Collections
ByteBuffer ( int capacity ) : System.Collections
ByteBuffer ( int capacity, int position, MemoryStream _stream ) : System.Collections
allocate ( int capacity ) : ByteBuffer
asDoubleBuffer ( ) : DoubleBuffer
asFloatBuffer ( ) : FloatBuffer
asIntBuffer ( ) : IntBuffer
asLongBuffer ( ) : LongBuffer
asShortBuffer ( ) : ShortBuffer
capacity ( ) : int
clear ( ) : ByteBuffer
encoding ( ) : System.Text.Encoding
get ( byte &bytes ) : ByteBuffer
get ( ) : byte
getDouble ( ) : double
getFloat ( ) : float
getInt ( ) : int
getLong ( ) : long
getShort ( ) : short
length ( ) : int
order ( ByteOrder _byteorder ) : ByteBuffer
order ( ) : ByteOrder
position ( ) : long
position ( long newposition ) : void
put ( byte src ) : ByteBuffer
put ( byte src, int offset, int length ) : ByteBuffer
putByte ( byte src ) : ByteBuffer
putDouble ( double src ) : ByteBuffer
putFloat ( float src ) : ByteBuffer
putInt ( int src ) : ByteBuffer
putLong ( long src ) : ByteBuffer
putShort ( short src ) : ByteBuffer
putString ( string src ) : ByteBuffer
remaining ( ) : long
rewind ( ) : ByteBuffer
slice ( ) : ByteBuffer

Method Details

ByteBuffer() public méthode

public ByteBuffer ( ) : System.Collections
Résultat System.Collections

ByteBuffer() public méthode

public ByteBuffer ( Endianness _endianess, System _encoding ) : System.Collections
_endianess Endianness
_encoding System
Résultat System.Collections

ByteBuffer() public méthode

public ByteBuffer ( Endianness _endianess, System _encoding, int capacity, int position, MemoryStream _stream ) : System.Collections
_endianess Endianness
_encoding System
capacity int
position int
_stream System.IO.MemoryStream
Résultat System.Collections

ByteBuffer() public méthode

public ByteBuffer ( int capacity ) : System.Collections
capacity int
Résultat System.Collections

ByteBuffer() public méthode

public ByteBuffer ( int capacity, int position, MemoryStream _stream ) : System.Collections
capacity int
position int
_stream System.IO.MemoryStream
Résultat System.Collections

allocate() public static méthode

public static allocate ( int capacity ) : ByteBuffer
capacity int
Résultat ByteBuffer

asDoubleBuffer() public méthode

public asDoubleBuffer ( ) : DoubleBuffer
Résultat DoubleBuffer

asFloatBuffer() public méthode

public asFloatBuffer ( ) : FloatBuffer
Résultat FloatBuffer

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

capacity() public méthode

public capacity ( ) : int
Résultat int

clear() public méthode

public clear ( ) : ByteBuffer
Résultat ByteBuffer

encoding() public méthode

public encoding ( ) : System.Text.Encoding
Résultat System.Text.Encoding

get() public méthode

public get ( byte &bytes ) : ByteBuffer
bytes byte
Résultat ByteBuffer

get() public méthode

public get ( ) : byte
Résultat byte

getDouble() public méthode

public getDouble ( ) : double
Résultat double

getFloat() public méthode

public getFloat ( ) : float
Résultat float

getInt() public méthode

public getInt ( ) : int
Résultat int

getLong() public méthode

public getLong ( ) : long
Résultat long

getShort() public méthode

public getShort ( ) : short
Résultat short

length() public méthode

public length ( ) : int
Résultat int

order() public méthode

public order ( ByteOrder _byteorder ) : ByteBuffer
_byteorder ByteOrder
Résultat ByteBuffer

order() public méthode

public order ( ) : ByteOrder
Résultat ByteOrder

position() public méthode

public position ( ) : long
Résultat long

position() public méthode

public position ( long newposition ) : void
newposition long
Résultat void

put() public méthode

public put ( byte src ) : ByteBuffer
src byte
Résultat ByteBuffer

put() public méthode

public put ( byte src, int offset, int length ) : ByteBuffer
src byte
offset int
length int
Résultat ByteBuffer

putByte() public méthode

public putByte ( byte src ) : ByteBuffer
src byte
Résultat ByteBuffer

putDouble() public méthode

public putDouble ( double src ) : ByteBuffer
src double
Résultat ByteBuffer

putFloat() public méthode

public putFloat ( float src ) : ByteBuffer
src float
Résultat ByteBuffer

putInt() public méthode

public putInt ( int src ) : ByteBuffer
src int
Résultat ByteBuffer

putLong() public méthode

public putLong ( long src ) : ByteBuffer
src long
Résultat ByteBuffer

putShort() public méthode

public putShort ( short src ) : ByteBuffer
src short
Résultat ByteBuffer

putString() public méthode

public putString ( string src ) : ByteBuffer
src string
Résultat ByteBuffer

remaining() public méthode

public remaining ( ) : long
Résultat long

rewind() public méthode

public rewind ( ) : ByteBuffer
Résultat ByteBuffer

slice() public méthode

public slice ( ) : ByteBuffer
Résultat ByteBuffer

Property Details

reader protected_oe property

protected EndianBinaryReader reader
Résultat EndianBinaryReader

stream protected_oe property

protected MemoryStream,System.IO stream
Résultat System.IO.MemoryStream

writer protected_oe property

protected EndianBinaryWriter writer
Résultat EndianBinaryWriter