public class CloseIgnoringInputStream
extends java.io.FilterInputStream
To prevent this we wrap the input stream to be able to ignore the close event. It is the responsibility of the client API to close the stream (as per Bean Validation spec, see javax.validation.Configuration).
Constructor and Description |
---|
CloseIgnoringInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved