C# 클래스 Ipfs.ProtobufHelper

파일 보기 프로젝트 열기: richardschneider/net-ipfs-core

공개 메소드들

메소드 설명
ReadSomeBytes ( this stream, int length ) : byte[]
WriteSomeBytes ( this stream, byte bytes ) : void

메소드 상세

ReadSomeBytes() 공개 정적인 메소드

public static ReadSomeBytes ( this stream, int length ) : byte[]
stream this
length int
리턴 byte[]

WriteSomeBytes() 공개 정적인 메소드

public static WriteSomeBytes ( this stream, byte bytes ) : void
stream this
bytes byte
리턴 void