Class LimitedInputStream

Object
InputStream
com.liferay.portal.kernel.internal.dao.jdbc.LimitedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LimitedInputStream extends InputStream
Skip the specified offset until it fails three times. This is used to prevent reading an InputStream infinitely.
Author:
Shuyang Zhou