From 309b9eac8bf62e53d8efefb15852105218026bf9 Mon Sep 17 00:00:00 2001 From: Edoardo La Greca Date: Wed, 6 Aug 2025 19:52:53 +0200 Subject: implement write --- src/main/kotlin/ProtocolTranslator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/ProtocolTranslator.kt') diff --git a/src/main/kotlin/ProtocolTranslator.kt b/src/main/kotlin/ProtocolTranslator.kt index 3838b9a..e24d60c 100644 --- a/src/main/kotlin/ProtocolTranslator.kt +++ b/src/main/kotlin/ProtocolTranslator.kt @@ -68,7 +68,7 @@ interface ProtocolTranslator { /** * Transfer data to file. */ - fun write(fid: UInt, offset: ULong, count: UInt, data: Iterable): String? + fun write(fid: UInt, offset: ULong, count: UInt, data: Iterable): Pair /** * Forget about an FID. -- cgit v1.2.3