RESOLVED - # 99: Change StringBuffer deleteCharAt() to integer
http://bugs.koc.se/view.php?id=99
This commit is contained in:
parent
a1acca0545
commit
e46ecc1dca
10 changed files with 99 additions and 66 deletions
|
|
@ -40,6 +40,11 @@ public class StringInputStream extends InputStream{
|
|||
clear();
|
||||
}
|
||||
|
||||
public StringInputStream(String data) {
|
||||
clear();
|
||||
add(data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an estimate of the number of bytes
|
||||
* that can be read (or skipped over) from this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue