public class Box extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isLargeSize |
long |
size |
String |
type |
String |
usertype |
| Constructor and Description |
|---|
Box(Box box) |
Box(SequentialReader reader) |
public long size
public String type
public String usertype
public boolean isLargeSize
public Box(SequentialReader reader) throws IOException
IOExceptionpublic Box(Box box)
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.