Class ByteBufferEnumerator<T>.ByteBufferInt16Enumerator
Inheritance
System.Object
ByteBufferEnumerator<System.Int16>
ByteBufferEnumerator<T>.ByteBufferInt16Enumerator
Implements
System.Collections.Generic.IEnumerable<System.Int16>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<System.Int16>
System.Collections.IEnumerator
System.IDisposable
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: FellowOakDicom.IO.Buffer
Assembly: fo-dicom.core.dll
Syntax
protected class ByteBufferInt16Enumerator : ByteBufferEnumerator<short>, IEnumerable<short>, IEnumerable, IEnumerator<short>, IEnumerator, IDisposable
Constructors
ByteBufferInt16Enumerator(IByteBuffer)
Declaration
public ByteBufferInt16Enumerator(IByteBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
IByteBuffer | buffer |
Methods
CurrentItem()
Declaration
protected override short CurrentItem()
Returns
Type | Description |
---|---|
System.Int16 |
Overrides
FellowOakDicom.IO.Buffer.ByteBufferEnumerator<System.Int16>.CurrentItem()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable