Uses of Class
org.eclipse.jgit.util.TemporaryBuffer
-
Packages that use TemporaryBuffer Package Description org.eclipse.jgit.http.server org.eclipse.jgit.lfs org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.transport.http.apache org.eclipse.jgit.util Utility classes. -
-
Uses of TemporaryBuffer in org.eclipse.jgit.http.server
Subclasses of TemporaryBuffer in org.eclipse.jgit.http.server Modifier and Type Class Description (package private) classSmartOutputStreamBuffers a response, trying to gzip it if the user agent supports that.Methods in org.eclipse.jgit.http.server with parameters of type TemporaryBuffer Modifier and Type Method Description private voidSmartOutputStream. writeResponse(TemporaryBuffer out) -
Uses of TemporaryBuffer in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return TemporaryBuffer Modifier and Type Method Description static TemporaryBufferLfsBlobFilter. cleanLfsBlob(Repository db, java.io.InputStream originalContent)Run the LFS clean filter on the given stream and return a stream to the LFS pointer file buffer. -
Uses of TemporaryBuffer in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return TemporaryBuffer Modifier and Type Method Description private TemporaryBufferResolveMerger. doMerge(MergeResult<RawText> result)Methods in org.eclipse.jgit.merge with parameters of type TemporaryBuffer Modifier and Type Method Description private ObjectIdResolveMerger. insertMergeResult(TemporaryBuffer buf, Attributes attributes)private java.io.FileResolveMerger. writeMergedFile(TemporaryBuffer rawMerged, Attributes attributes)Writes merged file content to the working tree. -
Uses of TemporaryBuffer in org.eclipse.jgit.transport
Subclasses of TemporaryBuffer in org.eclipse.jgit.transport Modifier and Type Class Description (package private) classTransportHttp.Service.HttpOutputStreamMethods in org.eclipse.jgit.transport with parameters of type TemporaryBuffer Modifier and Type Method Description (package private) voidAmazonS3. putImpl(java.lang.String bucket, java.lang.String key, byte[] csum, TemporaryBuffer buf, ProgressMonitor monitor, java.lang.String monitorTask) -
Uses of TemporaryBuffer in org.eclipse.jgit.transport.http.apache
Fields in org.eclipse.jgit.transport.http.apache declared as TemporaryBuffer Modifier and Type Field Description private TemporaryBufferTemporaryBufferEntity. bufferMethods in org.eclipse.jgit.transport.http.apache that return TemporaryBuffer Modifier and Type Method Description TemporaryBufferTemporaryBufferEntity. getBuffer()Get thebuffercontaining the contentMethods in org.eclipse.jgit.transport.http.apache with parameters of type TemporaryBuffer Modifier and Type Method Description voidHttpClientConnection. setBuffer(TemporaryBuffer buffer)Sets the buffer from which to take the request bodyConstructors in org.eclipse.jgit.transport.http.apache with parameters of type TemporaryBuffer Constructor Description TemporaryBufferEntity(TemporaryBuffer buffer)Construct a newHttpEntitywhich will contain the content stored in the specified buffer -
Uses of TemporaryBuffer in org.eclipse.jgit.util
Subclasses of TemporaryBuffer in org.eclipse.jgit.util Modifier and Type Class Description static classTemporaryBuffer.HeapA temporary buffer that will never exceed its in-memory limit.static classTemporaryBuffer.LocalFileA fully buffered output stream using local disk storage for large data.Fields in org.eclipse.jgit.util declared as TemporaryBuffer Modifier and Type Field Description private TemporaryBufferFS.ExecutionResult. stderrprivate TemporaryBufferFS.ExecutionResult. stdoutMethods in org.eclipse.jgit.util that return TemporaryBuffer Modifier and Type Method Description TemporaryBufferFS.ExecutionResult. getStderr()TemporaryBufferFS.ExecutionResult. getStdout()Constructors in org.eclipse.jgit.util with parameters of type TemporaryBuffer Constructor Description ExecutionResult(TemporaryBuffer stdout, TemporaryBuffer stderr, int rc)LfsInputStream(TemporaryBuffer buffer)Create a new wrapper around a temporary buffer.
-