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;
 }