Uses of Interface
tech.mgl.core.stream.MGLStreamProgress
Packages that use MGLStreamProgress
-
Uses of MGLStreamProgress in tech.mgl.core.stream
Fields in tech.mgl.core.stream declared as MGLStreamProgressConstructors in tech.mgl.core.stream with parameters of type MGLStreamProgressModifierConstructorDescriptionMGLChannelCopier(int bufferSize, long count, MGLStreamProgress progress) 构造MGLIOCopier(int bufferSize, long count, MGLStreamProgress progress) 构造MGLStreamCopier(int bufferSize, long count, MGLStreamProgress progress) 构造 -
Uses of MGLStreamProgress in tech.mgl.core.utils
Methods in tech.mgl.core.utils with parameters of type MGLStreamProgressModifier and TypeMethodDescriptionstatic longMGL_StreamUtils.copy(InputStream in, OutputStream out, int bufferSize, long count, MGLStreamProgress streamProgress)