Methods in net.i2p.data with parameters of type Sha256Standalone |
static java.lang.String |
DataHelper.readLine(java.io.InputStream in,
Sha256Standalone hash)
update the hash along the way
Warning - strips \n but not \r
Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded |
static boolean |
DataHelper.readLine(java.io.InputStream in,
java.lang.StringBuffer buf,
Sha256Standalone hash)
Deprecated. use StringBuilder version |
static boolean |
DataHelper.readLine(java.io.InputStream in,
java.lang.StringBuilder buf,
Sha256Standalone hash)
update the hash along the way
Warning - strips \n but not \r
Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded |
static void |
DataHelper.write(java.io.OutputStream out,
byte[] data,
Sha256Standalone hash)
|