Condividi tramite


IBinaryTokenStreamReader Interfaccia

Definizione

public interface IBinaryTokenStreamReader
type IBinaryTokenStreamReader = interface
Public Interface IBinaryTokenStreamReader
Derivato

Proprietà

CurrentPosition

Posizione di lettura corrente nel flusso.

Length

Ottiene la lunghezza totale del flusso.

Metodi

Copy()

Crea una copia del lettore di flusso corrente.

PeekByte()
ReadBlockInto(Array, Int32)

Leggere un blocco di dati nell'output Arrayspecificato.

ReadBoolean()

Leggere un bool valore dal flusso.

ReadByte()

Leggere un byte valore dal flusso.

ReadByteArray(Byte[], Int32, Int32)

Leggere i byte successivi dal flusso.

ReadBytes(Int32)

Leggere i byte successivi dal flusso.

ReadChar()

Leggere un char valore dal flusso.

ReadDateTime()
ReadDecimal()

Leggere un decimal valore dal flusso.

ReadDouble()

Leggere un double valore dal flusso.

ReadFloat()

Leggere un float valore dal flusso.

ReadGuid()
ReadInt()

Leggere un Int32 valore dal flusso.

ReadIPAddress()

Leggere un IPAddress valore dal flusso.

ReadIPEndPoint()

Leggere un IPEndPoint valore dal flusso.

ReadLong()

Leggere un Int64 valore dal flusso.

ReadSByte()

Leggere un sbyte valore dal flusso.

ReadShort()

Leggere un Int16 valore dal flusso.

ReadSiloAddress()

Leggere un SiloAddress valore dal flusso.

ReadString()

Leggere un string valore dal flusso.

ReadTimeSpan()
ReadUInt()

Leggere un UInt32 valore dal flusso.

ReadULong()

Leggere un UInt64 valore dal flusso.

ReadUShort()

Leggere un UInt16 valore dal flusso.

Reset(IList<ArraySegment<Byte>>)

Reimposta questa istanza con i dati forniti.

Si applica a