Uses of Class
org.eclipse.jgit.util.TemporaryBuffer
Packages that use TemporaryBuffer
Package
Description
Utility classes.
-
Uses of TemporaryBuffer in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that return TemporaryBufferModifier and TypeMethodDescriptionstatic TemporaryBufferLfsBlobFilter.cleanLfsBlob(Repository db, 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.transport.http.apache
Methods in org.eclipse.jgit.transport.http.apache that return TemporaryBufferModifier and TypeMethodDescriptionTemporaryBufferEntity.getBuffer()Get thebuffercontaining the contentMethods in org.eclipse.jgit.transport.http.apache with parameters of type TemporaryBufferModifier and TypeMethodDescriptionvoidHttpClientConnection.setBuffer(TemporaryBuffer buffer) Sets the buffer from which to take the request bodyConstructors in org.eclipse.jgit.transport.http.apache with parameters of type TemporaryBufferModifierConstructorDescriptionTemporaryBufferEntity(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.utilModifier and TypeClassDescriptionstatic classA temporary buffer that will never exceed its in-memory limit.static classA fully buffered output stream using local disk storage for large data.Methods in org.eclipse.jgit.util that return TemporaryBufferConstructors in org.eclipse.jgit.util with parameters of type TemporaryBufferModifierConstructorDescriptionExecutionResult(TemporaryBuffer stdout, TemporaryBuffer stderr, int rc) LfsInputStream(TemporaryBuffer buffer) Create a new wrapper around a temporary buffer.