elect
10/20/2023, 5:11 AMFileHandle
okio, when I use source().buffer()
shall I close (use
) only the latter or also the first one?mbonnin
10/20/2023, 9:27 AMelect
10/20/2023, 9:29 AMmbonnin
10/20/2023, 9:31 AMelect
10/20/2023, 9:31 AMmbonnin
10/20/2023, 9:32 AMelect
10/20/2023, 9:32 AMmbonnin
10/20/2023, 9:33 AMEdoardo Luppi
10/22/2023, 12:56 PMwhen I useGenerally speaking I'd say the concept is the same as buffered resources in Java, just close the buffered one, which internally will take care of the wrapped one.source().buffer()