JetBrains-Research/big

Implement 'SeekableDataOutput'

Closed this issue · 1 comments

We already have a mirror-class of DataInput with seek and tell functionality. Implement a SeekableDataOutput class, since we're going to focus on serialization in the next few weeks.

Done in 1f9b4fb and f7413fb.