Construct a parser.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub New( _ ByVal input As Byte() _ ) |
| C# |
|---|
| public ByteParser( byte[] input ) |
| C++ |
|---|
| public: ByteParser( array<char>^ input ) sealed |
| J# |
|---|
| public ByteParser( byte[] input ) |
| JScript |
|---|
| public function ByteParser( input : Byte[] ) |
Parameters
- input
- byte array to be parsed. Note that the array can be re-used by refilling its contents and resetting the offset.