public interface BufferManager
| Modifier and Type | Method and Description |
|---|---|
void |
bufferOnlyMode()
Set the buffer into buffering-only mode.
|
void |
directWrite(String s) |
void |
directWriteMode()
Direct-write mode.
|
void |
flushBuffer()
Flush data to the lower-level buffer immediately.
|
int |
getHeight()
Get height in lines
|
int |
getWidth()
Get width in lines
|
void |
setBufferPosition(int row,
int col)
Set buffer position.
|
void |
write(byte b)
Write a single byte to the buffer.
|
void |
write(byte[] b)
Write a byte array to the buffer.
|
void |
write(byte[] b,
int offset,
int length)
Write a byte array to the buffer with offset
|
void |
write(int b) |
void |
write(String s) |
void bufferOnlyMode()
void directWriteMode()
void flushBuffer()
void write(int b)
void write(byte b)
b - void write(byte[] b)
b - void write(byte[] b,
int offset,
int length)
b - offset - length - void write(String s)
void directWrite(String s)
void setBufferPosition(int row,
int col)
int getHeight()
int getWidth()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.