public VoronOdbBackendWriteOnlyStream(VoronOdbBackend backend, ObjectType objectType, long length)
     : base(backend)
 {
     _type = objectType;
     _length = length;
 }
Ejemplo n.º 2
0
 public VoronOdbBackendWriteOnlyStream(VoronOdbBackend backend, ObjectType objectType, long length)
     : base(backend)
 {
     _type   = objectType;
     _length = length;
 }