Class ShapeTable
java.lang.Object
io.github.applecommander.bastools.api.shapes.ShapeTable
Represents an Applesoft shape table. Note that this direct class is somewhat useless,
except for the I/O routines. Access the individual shapes via the
#shapes
list.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
findPositionByLabel
(String label) static ShapeTable
read
(byte[] data) Read an existing Applesoft shape table binary file.static ShapeTable
static ShapeTable
read
(InputStream inputStream) static ShapeTable
void
void
write
(OutputStream outputStream) void
-
Field Details
-
shapes
-
-
Constructor Details
-
ShapeTable
public ShapeTable()
-
-
Method Details
-
read
Read an existing Applesoft shape table binary file. -
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
findPositionByLabel
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-