com.github.xphsc.io.IOConstant Maven / Gradle / Ivy
package com.github.xphsc.io;
/**
* Created by ${huipei.x} on 2017-6-18.
*/
public interface IOConstant {
int DEFAULT_BUFFER_SIZE = 8192;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy