public class AutoCRLFObjectStream
extends org.eclipse.jgit.lib.ObjectStream
| Constructor and Description |
|---|
AutoCRLFObjectStream(org.eclipse.jgit.lib.ObjectStream delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize() |
int |
getType() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic AutoCRLFObjectStream(org.eclipse.jgit.lib.ObjectStream delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType)
public int getType()
getType in class org.eclipse.jgit.lib.ObjectStreampublic long getSize()
getSize in class org.eclipse.jgit.lib.ObjectStreampublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2019 Cosium. All rights reserved.