LuciadCPillar C# 2024.0.08
Luciad.Containers.ByteBuffer Class Reference

Represents an implicitly shared buffer of bytes, ie. More...

Inheritance diagram for Luciad.Containers.ByteBuffer:

Public Member Functions

 ByteBuffer (byte[] data)
 
void Dispose ()
 

Properties

byte[] Data [get]
 Returns the underlying byte array. More...
 

Detailed Description

Represents an implicitly shared buffer of bytes, ie.

ByteBuffer copies (i.e. the copy constructor or assignment operator) result in shallow copies.

Note
Primitive type values are translated from sequences of bytes according to the native byte order of the underlying platform (i.e. LITTLE_ENDIAN or BIG_ENDIAN).

Constructor & Destructor Documentation

◆ ByteBuffer()

Luciad.Containers.ByteBuffer.ByteBuffer ( byte[]  data)
inline

Member Function Documentation

◆ Dispose()

void Luciad.Containers.ByteBuffer.Dispose ( )
inline

Property Documentation

◆ Data

byte [] Luciad.Containers.ByteBuffer.Data
get

Returns the underlying byte array.

Returns
the underlying byte array.