PeerCastStation.MKV.VInt.VInt C# (CSharp) 메소드

VInt() 공개 메소드

public VInt ( long value, byte binary ) : System
value long
binary byte
리턴 System
    public VInt(long value, byte[] binary)
    {
      this.Value  = value;
      this.Binary = binary;
    }