java.lang.Object
com.intellij.openapi.util.io.FileUtilRt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(@NotNull InputStream inputStream, @NotNull OutputStream outputStream) static @org.jetbrains.annotations.NotNull byte[]static @org.jetbrains.annotations.NotNull byte[]loadBytes(@NotNull InputStream stream)
-
Field Details
-
THREAD_LOCAL_BUFFER_LENGTH
public static final int THREAD_LOCAL_BUFFER_LENGTH- See Also:
-
BUFFER
-
-
Constructor Details
-
FileUtilRt
public FileUtilRt()
-
-
Method Details
-
loadBytes
@NotNull public static @org.jetbrains.annotations.NotNull byte[] loadBytes(@NotNull @NotNull InputStream stream) throws IOException - Throws:
IOException
-
copy
public static void copy(@NotNull @NotNull InputStream inputStream, @NotNull @NotNull OutputStream outputStream) throws IOException - Throws:
IOException
-
getThreadLocalBuffer
@NotNull public static @org.jetbrains.annotations.NotNull byte[] getThreadLocalBuffer()
-