gnu.jemacs.swt

Class BufferContentReader


public class BufferContentReader
extends Reader

Constructor Summary

BufferContentReader(BufferContent bufferContent, int start, int count)

Method Summary

void
close()
int
read(char[] cbuf, int off, int len)

Constructor Details

BufferContentReader

public BufferContentReader(BufferContent bufferContent,
                           int start,
                           int count)

Method Details

close

public void close()
            throws IOException
See Also:
java.io.Reader.close()

read

public int read(char[] cbuf,
                int off,
                int len)
            throws IOException
See Also:
java.io.Reader.read(char[], int, int)