Example #1
0
 @Override
 protected InputStream wrap(InputStream is) {
   return BinarySafeStream.wrap(is);
 }
Example #2
0
 @Override
 protected OutputStream wrap(OutputStream os) {
   return BinarySafeStream.wrap(os);
 }