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

com.gc.iotools.stream.base.EasyStreamConstants Maven / Gradle / Ivy

package com.gc.iotools.stream.base;
/*
 * Copyright (c) 2008,2009 Davide Simonetti.
 * This source code is released under the BSD License.
 */

public final class EasyStreamConstants {
	public static final int SKIP_BUFFER_SIZE = 8192;
	public static final int DEFAULT_PIPE_SIZE = 4096;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy