Beispiel #1
0
 public UnmanagedInStreamReader(UnmanagedInStream <T> stream)
 {
     FStream = stream;
     Length  = stream.Length;
 }
Beispiel #2
0
 public void Dispose()
 {
     FStream = null;
 }