Namespace FellowOakDicom.IO.Buffer
Classes
- BulkDataUriByteBuffer
 Byte buffer representing a Bulk Data byte buffer, e.g. as in the DICOM Json model, in PS3.18 Chapter F.2.2.
- ByteBufferByteSource
 Byte source for reading in form of byte buffer.
- CompositeByteBuffer
 Implementation of an IByteBuffer consisting of a collection of IByteBuffer instances.
- EndianByteBuffer
 Representation of an endian-aware byte buffer.
- EvenLengthBuffer
 Wrapper class for uneven length buffers that needs to be represented as even length buffers.
- TempFileBuffer
 Temporary file-based byte buffer.
Interfaces
- IBulkDataUriByteBuffer
 Interface for byte buffers representing a Bulk Data byte buffer, e.g. as in the DICOM Json model, in PS3.18 Chapter F.2.2.
- IByteBuffer
 Common interface for byte buffers.