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