コード例 #1
0
 public VoronOdbBackendWriteOnlyStream(VoronOdbBackend backend, ObjectType objectType, long length)
     : base(backend)
 {
     _type = objectType;
     _length = length;
 }
コード例 #2
0
 public VoronOdbBackendWriteOnlyStream(VoronOdbBackend backend, ObjectType objectType, long length)
     : base(backend)
 {
     _type   = objectType;
     _length = length;
 }