@Override
 public void setLength(long length) throws IOException {
   delegate.setLength(length);
 }
Beispiel #2
0
 @Override
 public void setLength(long length) throws IOException {
   out.setLength(length);
 }