Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C E R S W

C

close() - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
Closing a SecureByteArrayOutputStream causes it to be #reset(), i.e.

E

edu.emory.mathcs.util.security.io - package edu.emory.mathcs.util.security.io
Security-related utilities.

R

reset() - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
Resets the count field of this byte array output stream to zero and clears up the entire buffer with zeros, so that all currently accumulated output in the ouput stream is discarded.

S

SecureByteArrayOutputStream - class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream.
Variant of ByteArrayOutputStream that ensures that all data is cleared from temporary arrays before they are unreferenced.
SecureByteArrayOutputStream() - Constructor for class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
SecureByteArrayOutputStream(int) - Constructor for class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 

W

write(int) - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 
write(byte[], int, int) - Method in class edu.emory.mathcs.util.security.io.SecureByteArrayOutputStream
 

C E R S W