if (rowOut == null
|| rowOut.getOutputStream().getBuffer().length
> initIOBufferSize) {
if (is180) {
rowOut = new RowOutputBinary180(256, cachedRowPadding);
} else {
rowOut = new RowOutputBinaryEncode(database.logger.getCrypto(),
256, cachedRowPadding);
}
}