public class AutoCRLFObjectLoader
extends org.eclipse.jgit.lib.ObjectLoader
| 构造器和说明 |
|---|
AutoCRLFObjectLoader(org.eclipse.jgit.lib.ObjectLoader delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copyTo(OutputStream out) |
byte[] |
getCachedBytes() |
byte[] |
getCachedBytes(int sizeLimit) |
long |
getSize() |
int |
getType() |
boolean |
isLarge() |
org.eclipse.jgit.lib.ObjectStream |
openStream() |
public AutoCRLFObjectLoader(org.eclipse.jgit.lib.ObjectLoader delegate,
org.eclipse.jgit.lib.CoreConfig.EolStreamType eolStreamType)
public int getType()
getType 在类中 org.eclipse.jgit.lib.ObjectLoaderpublic long getSize()
getSize 在类中 org.eclipse.jgit.lib.ObjectLoaderpublic boolean isLarge()
isLarge 在类中 org.eclipse.jgit.lib.ObjectLoaderpublic byte[] getCachedBytes()
throws org.eclipse.jgit.errors.LargeObjectException
getCachedBytes 在类中 org.eclipse.jgit.lib.ObjectLoaderorg.eclipse.jgit.errors.LargeObjectExceptionpublic byte[] getCachedBytes(int sizeLimit)
throws org.eclipse.jgit.errors.LargeObjectException,
org.eclipse.jgit.errors.MissingObjectException,
IOException
getCachedBytes 在类中 org.eclipse.jgit.lib.ObjectLoaderorg.eclipse.jgit.errors.LargeObjectExceptionorg.eclipse.jgit.errors.MissingObjectExceptionIOExceptionpublic org.eclipse.jgit.lib.ObjectStream openStream()
throws org.eclipse.jgit.errors.MissingObjectException,
IOException
openStream 在类中 org.eclipse.jgit.lib.ObjectLoaderorg.eclipse.jgit.errors.MissingObjectExceptionIOExceptionpublic void copyTo(OutputStream out) throws org.eclipse.jgit.errors.MissingObjectException, IOException
copyTo 在类中 org.eclipse.jgit.lib.ObjectLoaderorg.eclipse.jgit.errors.MissingObjectExceptionIOExceptionCopyright © 2024 Cosium. All rights reserved.