/**
* Copyright (c) 2010 Mark Logic Corporation. All rights reserved.
*/
package com.marklogic.recordloader;
/**
* @author Michael Blakeley, Mark Logic Corporation
*
*/
public class TranscodingLoader extends AbstractLoader {
// this is just a place holder,
// to indicate that subclasses use the decoder.
// TODO find a better technique
}