return;
}
if (block != ControlBlock.LIST_BEGIN)
{
throw new ActivityUserException(
new SequenceStartMissingException());
}
BytesInputStream bytes = new BytesInputStream(INPUT_DATA, mInput);
ObjectInputStream input = new ObjectInputStream(bytes);
mOutput.write(input.readObject());
input.close();