Skip to content

Commit 53745be

Browse files
committed
PDFBOX-5660: remove unused
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1935000 13f79535-47bb-0310-9956-ffa450edef68
1 parent a0cc196 commit 53745be

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

pdfbox/src/main/java/org/apache/pdfbox/cos/COSInputStream.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,6 @@
3737
*/
3838
public final class COSInputStream extends FilterInputStream
3939
{
40-
/**
41-
* Creates a new COSInputStream from an encoded input stream.
42-
*
43-
* @param filters Filters to be applied.
44-
* @param parameters Filter parameters.
45-
* @param in Encoded input stream.
46-
* @return Decoded stream.
47-
* @throws IOException If the stream could not be read.
48-
*/
49-
static COSInputStream create(List<Filter> filters, COSDictionary parameters, InputStream in)
50-
throws IOException
51-
{
52-
return create(filters, parameters, in, DecodeOptions.DEFAULT);
53-
}
54-
5540
/**
5641
* Creates a new COSInputStream from an encoded input stream.
5742
*

0 commit comments

Comments
 (0)