summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/esodata/Tape.java
AgeCommit message (Collapse)Author
2020-04-07Remove utils.esodataBen Culkin
utils.esodata now also lives in the esodata project; not here
2020-04-06Cleanup warningsBen Culkin
Cleanup some warnings
2020-04-06Add Tape appendBen Culkin
Add an ability to append an item to a tape. Currently, the implementation is kind of inefficent for everything that isn't a SingleTape
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
2018-09-06Minor updatesBenjamin J. Culkin
2018-07-17Update tape interfaceBenjamin J. Culkin
This adds a seekTo method, among other things
2018-06-07Refactor tapesBenjamin J. Culkin
DoubleSided is now its own interface, and the unnecessary tape classes have been removed
2018-02-12Formatting passbjculkin
2017-10-11Cleanup workBenjamin J. Culkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin