LuciadCPillar C# 2023.1.03
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]
 

Detailed Description

Represents an implicitly shared buffer of bytes, ie.

ByteBuffer copies (i.e. the copy constructor or assignment operator) result in shallow copies. 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).

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::ByteBuffer.

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