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