C# Class Dicom.IO.ByteBuffer

Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Méthode Description
Append ( byte buffer, int offset, int count ) : void
ByteBuffer ( ) : System
ByteBuffer ( Endian endian ) : System
ByteBuffer ( FileSegment segment ) : System
ByteBuffer ( FileSegment segment, Endian endian ) : System
ByteBuffer ( byte data ) : System
ByteBuffer ( byte data, Endian endian ) : System
Chop ( int count ) : void
Clear ( ) : void
Clone ( ) : ByteBuffer
CopyFrom ( Stream s, int count ) : int
CopyTo ( Stream s ) : void
CopyTo ( int srcOffset, Stream s, int dstOffset, int count ) : void
CopyTo ( int srcOffset, byte buffer, int dstOffset, int count ) : void
FromBytes ( byte bytes ) : void
GetChunk ( int srcOffset, int count ) : byte[]
GetString ( ) : string
Preload ( ) : void
SetString ( string val ) : void
SetString ( string val, byte pad ) : void
Swap ( int bytesToSwap ) : void
Swap2 ( ) : void
Swap4 ( ) : void
Swap8 ( ) : void
ToBytes ( ) : byte[]
ToInt16s ( ) : short[]
ToUInt16s ( ) : ushort[]
ToUInt32s ( ) : uint[]
Unload ( ) : void

Method Details

Append() public méthode

public Append ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

ByteBuffer() public méthode

public ByteBuffer ( ) : System
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( Endian endian ) : System
endian Endian
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( FileSegment segment ) : System
segment FileSegment
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( FileSegment segment, Endian endian ) : System
segment FileSegment
endian Endian
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( byte data ) : System
data byte
Résultat System

ByteBuffer() public méthode

public ByteBuffer ( byte data, Endian endian ) : System
data byte
endian Endian
Résultat System

Chop() public méthode

public Chop ( int count ) : void
count int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : ByteBuffer
Résultat ByteBuffer

CopyFrom() public méthode

public CopyFrom ( Stream s, int count ) : int
s Stream
count int
Résultat int

CopyTo() public méthode

public CopyTo ( Stream s ) : void
s Stream
Résultat void

CopyTo() public méthode

public CopyTo ( int srcOffset, Stream s, int dstOffset, int count ) : void
srcOffset int
s Stream
dstOffset int
count int
Résultat void

CopyTo() public méthode

public CopyTo ( int srcOffset, byte buffer, int dstOffset, int count ) : void
srcOffset int
buffer byte
dstOffset int
count int
Résultat void

FromBytes() public méthode

public FromBytes ( byte bytes ) : void
bytes byte
Résultat void

GetChunk() public méthode

public GetChunk ( int srcOffset, int count ) : byte[]
srcOffset int
count int
Résultat byte[]

GetString() public méthode

public GetString ( ) : string
Résultat string

Preload() public méthode

public Preload ( ) : void
Résultat void

SetString() public méthode

public SetString ( string val ) : void
val string
Résultat void

SetString() public méthode

public SetString ( string val, byte pad ) : void
val string
pad byte
Résultat void

Swap() public méthode

public Swap ( int bytesToSwap ) : void
bytesToSwap int
Résultat void

Swap2() public méthode

public Swap2 ( ) : void
Résultat void

Swap4() public méthode

public Swap4 ( ) : void
Résultat void

Swap8() public méthode

public Swap8 ( ) : void
Résultat void

ToBytes() public méthode

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

ToInt16s() public méthode

public ToInt16s ( ) : short[]
Résultat short[]

ToUInt16s() public méthode

public ToUInt16s ( ) : ushort[]
Résultat ushort[]

ToUInt32s() public méthode

public ToUInt32s ( ) : uint[]
Résultat uint[]

Unload() public méthode

public Unload ( ) : void
Résultat void