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 com.facebook.thrift.TException
Throws:
com.facebook.thrift.TException


Copyright © 2009 The Apache Software Foundation