esa / CCSDS_MO_TRANS

REPOSITORY ARCHIVED - for the latest version please go to https://github.com/esa/mo-services-java
Other
3 stars 7 forks source link

Added a setter on the InputReader class #23

Closed CesarCoelho closed 7 years ago

CesarCoelho commented 7 years ago

The TCPIPSplitBufferHolder class will need to set the forceRealloc flag. Previously, forceRealloc could be directly reached but now it can't because of this refactoring: https://github.com/esa/CCSDS_MO_TRANS/commit/67398139f1299ca368d4e2157718109a24501d2b

The setter would be enough to reach it.