Documentation of 'org.python.core.io.LineBufferedWriter' Java class
LineBufferedWriter
org.python.core.io

Class LineBufferedWriter



  • public class LineBufferedWriter
    extends BufferedWriter
    Line buffering for a writable sequential RawIO object.
    • Constructor Detail

      • LineBufferedWriter

        public LineBufferedWriter(RawIOBase rawIO)
        Construct a LineBufferedWriter wrapping the given RawIOBase.
        Parameters:
        rawIO -
    • Method Detail

      • write

        public int write(java.nio.ByteBuffer bytes)
        Description copied from class: BufferedIOBase
        Write the given ByteBuffer to the IO stream. Returns the number of bytes written, which may be less than bytes.remaining().
        Overrides:
        write in class BufferedWriter
        Parameters:
        bytes - a ByteBuffer value
        Returns:
        the number of bytes written as an int

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.