Java com.rabbitmq.client.impl LongStringHelper fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl LongStringHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl LongStringHelper.

The text is from its open source code.

Method

LongStringasLongString(String string)
Converts a String to a LongString using UTF-8 encoding.
LongStringasLongString(byte[] bytes)
Converts a binary block to a LongString.