All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codetaco.funnel.orderby.KeyContext Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.codetaco.funnel.orderby;

/**
 * 

* KeyContext class. *

* * @author Chris DeGreef [email protected] */ public class KeyContext { public long recordNumber; /* * Only the first occurrence is used for non-csv files. All occurrences are * for the fields in the csv row. */ public byte[][] rawRecordBytes; public byte[] key; public int keyLength; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy