Java org.apache.commons.net.tftp TFTPPXEDataPacket fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.tftp TFTPPXEDataPacket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.tftp TFTPPXEDataPacket.

The text is from its open source code.

Constructor

TFTPPXEDataPacket(InetAddress destination, int port, int blockNumber, byte[] data, int offset, int length)
Creates a data packet to be sent to a host at a given port with a given block number.