Renamed InputStreams from in and is to input, so it doesn't look strange in kotlin

This commit is contained in:
2017-11-24 07:37:04 +01:00
parent 8cbdce6eac
commit a5c78fd8cf
25 changed files with 187 additions and 209 deletions

View File

@ -68,7 +68,7 @@ object ContactExport {
Factory.readPubkey(
version = version,
stream = stream,
`is` = ByteArrayInputStream(it),
input = ByteArrayInputStream(it),
length = it.size,
encrypted = false
)