1 | public abstract class OutputStream implements Closeable, Flushable{ |
参考:
按照上面的步骤一步一步进行即可,但是,如果是centos7系统,则最后一步非常重要的刷新逻辑分区的步骤,有变化。在原文章中是:
1 | resize2fs /dev/centos/root |
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.