Class ResetablePrinter
java.lang.Object
com.igormaznitsa.jcp.utils.ResetablePrinter
The class implements a resetable char printer
- Author:
- Igor Maznitsa (igor.maznitsa@igormaznitsa.com)
-
Constructor Summary
Constructors -
Method Summary
-
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
-