Searched refs:lineLength (Results 1 – 1 of 1) sorted by relevance
779 int lineLength = 0; in encodeBytes() local784 lineLength += 4; in encodeBytes()785 if( breakLines && lineLength == MAX_LINE_LENGTH ) in encodeBytes()789 lineLength = 0; in encodeBytes()1375 private int lineLength; field in Base64.InputStream1423 this.lineLength = 0; in InputStream()1522 if( encode && breakLines && lineLength >= MAX_LINE_LENGTH ) in read()1524 lineLength = 0; in read()1529 lineLength++; // This isn't important when decoding in read()1610 private int lineLength; field in Base64.OutputStream[all …]