C# Class Ipfs.ProtobufHelper

Afficher le fichier Open project: richardschneider/net-ipfs-core

Méthodes publiques

Méthode Description
ReadSomeBytes ( this stream, int length ) : byte[]
WriteSomeBytes ( this stream, byte bytes ) : void

Method Details

ReadSomeBytes() public static méthode

public static ReadSomeBytes ( this stream, int length ) : byte[]
stream this
length int
Résultat byte[]

WriteSomeBytes() public static méthode

public static WriteSomeBytes ( this stream, byte bytes ) : void
stream this
bytes byte
Résultat void