// itself should ignore line endings.
case FALSE:
return db.open(blobId, Constants.OBJ_BLOB).openStream();
case TRUE:
default:
return new AutoCRLFInputStream(db.open(blobId, Constants.OBJ_BLOB).openStream(), true);
}
} catch (MissingObjectException notFound) {
throw new CoreException(Activator.error(NLS.bind(
CoreText.BlobStorage_blobNotFound, blobId.name(), path),
null));