Deprecate readBytes with estimatedSize parameter, add overload without parameters
Add a test for readBytes. #KT-19305 Fixed
This commit is contained in:
+1
@@ -2913,6 +2913,7 @@ public final class kotlin/io/ByteStreamsKt {
|
||||
public static final fun copyTo (Ljava/io/InputStream;Ljava/io/OutputStream;I)J
|
||||
public static synthetic fun copyTo$default (Ljava/io/InputStream;Ljava/io/OutputStream;IILjava/lang/Object;)J
|
||||
public static final fun iterator (Ljava/io/BufferedInputStream;)Lkotlin/collections/ByteIterator;
|
||||
public static final fun readBytes (Ljava/io/InputStream;)[B
|
||||
public static final fun readBytes (Ljava/io/InputStream;I)[B
|
||||
public static synthetic fun readBytes$default (Ljava/io/InputStream;IILjava/lang/Object;)[B
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user