Exemplo n.º 1
0
 public BufferedOutputStream(FileOutputStream fileOutputStream, int ioBufferSize)
     : base(fileOutputStream.InnerStream)
 {
 }
Exemplo n.º 2
0
 public GZIPOutputStream(FileOutputStream fileOutputStream)
     : base(fileOutputStream.InnerStream)
 {
     throw new NotImplementedException();
 }