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 TypeMethodDescriptionintfindPositionByLabel(String label) static ShapeTableread(byte[] data) Read an existing Applesoft shape table binary file.static ShapeTablestatic ShapeTableread(InputStream inputStream) static ShapeTablevoidvoidwrite(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
-