IBinaryTokenStreamReader 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public interface IBinaryTokenStreamReader
type IBinaryTokenStreamReader = interface
Public Interface IBinaryTokenStreamReader
- 파생
속성
CurrentPosition |
스트림의 현재 읽기 위치입니다. |
Length |
스트림의 총 길이를 가져옵니다. |
메서드
Copy() |
현재 스트림 판독기의 복사본을 만듭니다. |
PeekByte() | |
ReadBlockInto(Array, Int32) |
지정된 출력 |
ReadBoolean() |
스트림에서 |
ReadByte() |
스트림에서 |
ReadByteArray(Byte[], Int32, Int32) |
스트림에서 다음 바이트를 읽습니다. |
ReadBytes(Int32) |
스트림에서 다음 바이트를 읽습니다. |
ReadChar() |
스트림에서 |
ReadDateTime() | |
ReadDecimal() |
스트림에서 |
ReadDouble() |
스트림에서 |
ReadFloat() |
스트림에서 |
ReadGuid() | |
ReadInt() |
스트림에서 |
ReadIPAddress() |
스트림에서 |
ReadIPEndPoint() |
스트림에서 |
ReadLong() |
스트림에서 |
ReadSByte() |
스트림에서 |
ReadShort() |
스트림에서 |
ReadSiloAddress() |
스트림에서 |
ReadString() |
스트림에서 |
ReadTimeSpan() | |
ReadUInt() |
스트림에서 |
ReadULong() |
스트림에서 |
ReadUShort() |
스트림에서 |
Reset(IList<ArraySegment<Byte>>) |
제공된 데이터를 사용하여 이 인스턴스를 다시 설정합니다. |