Create a 'B' encoder that encodes the specified input stream.paramout the output stream super(out, Integer.MAX_VALUE); // MAX_VALUE is 2^31, should // suffice (!) to indicate that // CRLFs should not be inserted
super(out, Integer.MAX_VALUE); // MAX_VALUE is 2^31, should // suffice (!) to indicate that // CRLFs should not be inserted
Returns the length of the encoded version of this byte array. return ((b.length + 2)/3) * 4;
return ((b.length + 2)/3) * 4;