java.lang.Object
com.intellij.openapi.util.io.FileUtilRt
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidcopy(@NotNull InputStream inputStream, @NotNull OutputStream outputStream) static @org.jetbrains.annotations.NotNull byte[]static @org.jetbrains.annotations.NotNull byte[]loadBytes(@NotNull InputStream stream)
-
字段详细资料
-
THREAD_LOCAL_BUFFER_LENGTH
public static final int THREAD_LOCAL_BUFFER_LENGTH- 另请参阅:
-
BUFFER
-
-
构造器详细资料
-
FileUtilRt
public FileUtilRt()
-
-
方法详细资料
-
loadBytes
@NotNull public static @org.jetbrains.annotations.NotNull byte[] loadBytes(@NotNull @NotNull InputStream stream) throws IOException - 抛出:
IOException
-
copy
public static void copy(@NotNull @NotNull InputStream inputStream, @NotNull @NotNull OutputStream outputStream) throws IOException - 抛出:
IOException
-
getThreadLocalBuffer
@NotNull public static @org.jetbrains.annotations.NotNull byte[] getThreadLocalBuffer()
-