public class EscherBlipRecord extends EscherRecord {
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 100_000_000;
+ private static final int MAX_RECORD_LENGTH = 104_857_600;
public static final short RECORD_ID_START = (short) 0xF018;
public static final short RECORD_ID_END = (short) 0xF117;
public class ExOleObjAtom extends RecordAtom {
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 1_000_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
/**
* The object) is displayed as an embedded object inside of a container,
public final class PPDrawing extends RecordAtom {
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 1_000_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
private byte[] _header;
public final class PPDrawingGroup extends RecordAtom {
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 100_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
private byte[] _header;
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 1_000_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
/**
* Record header.
{
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 100_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
private static final POILogger logger = POILogFactory
.getLogger( ListLevel.class );
public final class PlexOfCps {
//arbitrarily selected; may need to increase
- private static final int MAX_RECORD_LENGTH = 100_000;
+ private static final int MAX_RECORD_LENGTH = 10_485_760;
private int _iMac;
private int _cbStruct;