Java org.eclipse.jgit.util TemporaryBuffer.LocalFile fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util TemporaryBuffer.LocalFile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util TemporaryBuffer.LocalFile.

The text is from its open source code.

Method

voidclose()
voiddestroy()
Clear this buffer so it has no data, and cannot be used again.
longlength()
Obtain the length (in bytes) of the buffer.
InputStreamopenInputStream()
Open an input stream to read from the buffered data.