Skip to content

Commit

Permalink
expose clear
Browse files Browse the repository at this point in the history
  • Loading branch information
markrileybot committed Dec 7, 2016
1 parent 0645a34 commit f378e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/heatshrink/HsInputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public boolean markSupported() {
/**
* Prepare this for reuse
*/
private void clear() {
public void clear() {
state = State.TAG_BIT;
outputCount = outputIndex = 0;
inputBufferPos = inputBufferLen = 0;
Expand Down

0 comments on commit f378e9a

Please sign in to comment.