} catch (ClassNotFoundException cnfe2) {
// continue to read the stream so it is not corrupted
}
}
// If optional info is a buffer marker, take it in account
Buffer buffer = null;
if (BufferMarker.class.equals(option)) {
try {
buffer = (Buffer) in.readObject();
} catch (ClassNotFoundException cnfe2) {
// continue to read the stream so it is not corrupted