IBinaryTokenStreamReader Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 |
ReadBoolean() |
Leggere un |
ReadByte() |
Leggere un |
ReadByteArray(Byte[], Int32, Int32) |
Leggere i byte successivi dal flusso. |
ReadBytes(Int32) |
Leggere i byte successivi dal flusso. |
ReadChar() |
Leggere un |
ReadDateTime() | |
ReadDecimal() |
Leggere un |
ReadDouble() |
Leggere un |
ReadFloat() |
Leggere un |
ReadGuid() | |
ReadInt() |
Leggere un |
ReadIPAddress() |
Leggere un |
ReadIPEndPoint() |
Leggere un |
ReadLong() |
Leggere un |
ReadSByte() |
Leggere un |
ReadShort() |
Leggere un |
ReadSiloAddress() |
Leggere un |
ReadString() |
Leggere un |
ReadTimeSpan() | |
ReadUInt() |
Leggere un |
ReadULong() |
Leggere un |
ReadUShort() |
Leggere un |
Reset(IList<ArraySegment<Byte>>) |
Reimposta questa istanza con i dati forniti. |