Package com.igormaznitsa.jcp.utils
Class ResetablePrinter
java.lang.Object
com.igormaznitsa.jcp.utils.ResetablePrinter
The class implements a resetable char printer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
outStream
-
-
Constructor Details
-
ResetablePrinter
public ResetablePrinter(int initialCapacity)
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
writeBufferTo
- Throws:
IOException
-
getSize
public int getSize() -
reset
public void reset() -
print
- Throws:
IOException
-
println
- Throws:
IOException
-