Class CorruptedInputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
ee.jakarta.tck.ws.rs.ee.rs.core.response.CorruptedInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
FieldsFields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.ByteArrayInputStream
available, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Field Details
-
CLOSEVALUE
public static final int CLOSEVALUE- See Also:
-
IOETEXT
- See Also:
-
-
Constructor Details
-
CorruptedInputStream
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classByteArrayInputStream
- Throws:
IOException
-
isCorrupted
public boolean isCorrupted() -
setCorrupted
public void setCorrupted(boolean corrupted)
-