Documentation ¶
Index ¶
- func ReadChoice(r io.Reader) byte
- func ReadEnumerated(r io.Reader) uint8
- func ReadInteger(r io.Reader) uint32
- func ReadInteger16(r io.Reader, min uint16) uint16
- func ReadInteger8(r io.Reader) (length uint8)
- func ReadLength(r io.Reader) int
- func ReadNumberOfSet(r io.Reader) int
- func ReadObjectIdentifier(r io.Reader) []byte
- func ReadOctetString(r io.Reader, minValue int) []byte
- func WriteChoice(w io.Writer, choice byte)
- func WriteInteger(w io.Writer, n uint32)
- func WriteInteger16(w io.Writer, n uint16)
- func WriteInteger32(w io.Writer, n uint32)
- func WriteInteger8(w io.Writer, n uint8)
- func WriteLength(w io.Writer, length int)
- func WriteNumberOfSet(w io.Writer, n int)
- func WriteNumericString(w io.Writer, numStr string, minValue int)
- func WriteObjectIdentifier(w io.Writer, oid []byte)
- func WriteOctetString(w io.Writer, oStr string, minValue int)
- func WritePadding(w io.Writer, padLen int)
- func WriteSelection(w io.Writer, selection uint8)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadChoice ¶
func ReadEnumerated ¶
func ReadInteger ¶
func ReadInteger8 ¶
func ReadLength ¶
func ReadNumberOfSet ¶
func ReadObjectIdentifier ¶
func WriteChoice ¶
func WriteInteger ¶
func WriteInteger16 ¶
func WriteInteger32 ¶
func WriteInteger8 ¶
func WriteLength ¶
func WriteNumberOfSet ¶
func WriteObjectIdentifier ¶
func WritePadding ¶
func WriteSelection ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.