Java org.eclipse.jgit.transport PacketLineIn fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport PacketLineIn fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport PacketLineIn.

The text is from its open source code.

Field

StringEND
Magic return from #readString() when a flush packet is found.

Constructor

PacketLineIn(InputStream in)
Create a new packet line reader.

Method

StringreadString()
Read a single UTF-8 encoded string packet from the input stream.