Persisting B-Tree nodes to RandomAccessFile
问题 My project is trying to write a B-Tree. I am having trouble persisting nodes of the tree to a random access file. I am constantly encountering EOFexceptions and StreamCorruptionExceptions . some resources that I am currently using are: Converting any object to a byte array in java https://inaved-momin.blogspot.com/2012/08/understanding-javaiostreamcorruptedexce.html current Problem: reading a link position from a node and then trying to read it from the random access file is causing a