相关代码 |
|
/* * @(#)ByteGenerator.java 1.00 2006/05/22 * * Copyright 2006 TiNing Soft, Inc. All rights reserved. * TINING PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.tining.util; public interface ByteGenerator { byte next(); }
相关资源 |
|