/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2000-2003 * Sleepycat Software. All rights reserved. * * $Id: ByteArrayFormat.java,v 1.2 2004/03/30 01:23:31 jtownsen Exp $ */ package com.sleepycat.bdb.bind; /** * The format for data stored as a byte array. * * @author Mark Hayes */ public class ByteArrayFormat implements DataFormat { /** * Creates a byte array format. */ public ByteArrayFormat() { } }