org.apache.hadoop.hive.serde2.thrift
Interface SkippableTProtocol

All Known Implementing Classes:
TCTLSeparatedProtocol

public interface SkippableTProtocol

An interface for TProtocols that can efficiently skip fields when deserializing.


Method Summary
 void skip(byte type)
           
 

Method Detail

skip

void skip(byte type)
          throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 The Apache Software Foundation