AutoLFInputStream instead@Deprecated public class EolCanonicalizingInputStream extends AutoLFInputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
EolCanonicalizingInputStream.IsBinaryException
Deprecated.
A special exception thrown when
AutoLFInputStream is told to
throw an exception when attempting to read a binary file. |
| Constructor and Description |
|---|
EolCanonicalizingInputStream(InputStream in,
boolean detectBinary)
Deprecated.
Creates a new InputStream, wrapping the specified stream
|
EolCanonicalizingInputStream(InputStream in,
boolean detectBinary,
boolean abortIfBinary)
Deprecated.
Creates a new InputStream, wrapping the specified stream
|
close, isBinary, read, readavailable, mark, markSupported, read, reset, skippublic EolCanonicalizingInputStream(InputStream in, boolean detectBinary)
in - raw input streamdetectBinary - whether binaries should be detectedpublic EolCanonicalizingInputStream(InputStream in, boolean detectBinary, boolean abortIfBinary)
in - raw input streamdetectBinary - whether binaries should be detectedabortIfBinary - throw an IOException if the file is binaryCopyright © 2016 Eclipse JGit Project. All rights reserved.