Class SequenceReader
Inheritance
System.Object
SequenceReader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Core.IO.Reading
Assembly:EvilDICOM.dll
Syntax
public class SequenceReader
Methods
View SourceReadIndefiniteLengthBigEndian(DICOMBinaryReader)
Declaration
public static int ReadIndefiniteLengthBigEndian(DICOMBinaryReader dr)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMBinaryReader | dr |
Returns
| Type | Description |
|---|---|
| System.Int32 |
ReadIndefiniteLengthLittleEndian(DICOMBinaryReader, TransferSyntax)
Declaration
public static int ReadIndefiniteLengthLittleEndian(DICOMBinaryReader dr, TransferSyntax syntax)
Parameters
| Type | Name | Description |
|---|---|---|
| DICOMBinaryReader | dr | |
| TransferSyntax | syntax |
Returns
| Type | Description |
|---|---|
| System.Int32 |
ReadItems(Byte[], TransferSyntax, StringEncoding)
Declaration
public static List<DICOMObject> ReadItems(byte[] data, TransferSyntax syntax, StringEncoding enc)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | data | |
| TransferSyntax | syntax | |
| StringEncoding | enc |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<DICOMObject> |