Closed KarstenSchnitter closed 4 years ago
WrappedInputStream now delegates all methods ti ServletInputStream. Note, that SerlevtInputStream does not support mark, so there are no tests for that feature. Implementation was taken from WrappedInputReader.
mark
WrappedInputStream now delegates all methods ti ServletInputStream. Note, that SerlevtInputStream does not support
mark
, so there are no tests for that feature. Implementation was taken from WrappedInputReader.