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

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

Introduction

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

The text is from its open source code.

Constructor

PacketLineOut(OutputStream outputStream)
Create a new packet line writer.

Method

voidend()
Write a packet end marker, sometimes referred to as a flush command.
voidsetFlushOnEnd(boolean flushOnEnd)
Set the flush behavior during #end() .
voidwriteString(String s)
Write a UTF-8 encoded string as a single length-delimited packet.