Java org.apache.thrift.protocol TProtocolUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.thrift.protocol TProtocolUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.thrift.protocol TProtocolUtil.

The text is from its open source code.

Method

TProtocolFactoryguessProtocolFactory(byte[] data, TProtocolFactory fallback)
Attempt to determine the protocol used to serialize some data.
voidskip(TProtocol prot, byte type)
Skips over the next data element from the provided input TProtocol object.