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