Module java.base
Package java.io

Interface Flushable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidflush()
      Flushes this stream by writing any buffered output to the underlying stream.
    • Method Detail

      • flush

        void flush()
            throws IOException
        Flushes this stream by writing any buffered output to the underlying stream.
        Throws:
        IOException - If an I/O error occurs

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部