Repositioning is required because there can be several uses of the store stream, which changes the position of it. If a class is dependent on the underlying stream not changing its position, it must call reposition with the position it expects before using the stream again. @throws IOException if reading from the store stream fails @throws StandardException if resetting the store in stream fails, orsome other exception happens in store @see #getPosition
|
|
|
|