We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276dd16 commit a5fecfbCopy full SHA for a5fecfb
src/main/kotlin/assertk/assertions/inputstream.kt
@@ -48,7 +48,7 @@ private fun consume(stream: InputStream): Int {
48
}
49
50
51
-private fun fillBuffer(stream: InputStream, buffer: ByteArray): Int {
+private fun fillBufferFromStream(stream: InputStream, buffer: ByteArray): Int {
52
var pos = 0
53
54
while (true) {
0 commit comments