C# 클래스 Neo.VM.Helper

파일 보기 프로젝트 열기: NewEconoLab/NEL.LightDB

공개 메소드들

메소드 설명
ReadVarBytes ( BinaryReader reader, int max = 0x10000000 ) : byte[]
ReadVarInt ( BinaryReader reader, ulong max = ulong.MaxValue ) : ulong
SafeReadBytes ( BinaryReader reader, int count ) : byte[]

메소드 상세

ReadVarBytes() 공개 정적인 메소드

public static ReadVarBytes ( BinaryReader reader, int max = 0x10000000 ) : byte[]
reader BinaryReader
max int
리턴 byte[]

ReadVarInt() 공개 정적인 메소드

public static ReadVarInt ( BinaryReader reader, ulong max = ulong.MaxValue ) : ulong
reader BinaryReader
max ulong
리턴 ulong

SafeReadBytes() 공개 정적인 메소드

public static SafeReadBytes ( BinaryReader reader, int count ) : byte[]
reader BinaryReader
count int
리턴 byte[]