Skip to content

Commit

Permalink
Merge pull request #140 from astares/139-Cleanup-ZnCharacterEncoder-Z…
Browse files Browse the repository at this point in the history
…nEncodedStream-ZnEncodedReadStream-and-ZnEncodedWriteStream-should-be-abstract-classes

Cleanup: ZnCharacterEncoder, ZnEncodedStream, ZnEncodedReadStream and ZnEncodedWriteStream should be abstract classes
  • Loading branch information
svenvc authored May 29, 2024
2 parents e05727c + b0c3be4 commit c52473d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnCharacterEncoder
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedReadStream
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedStream
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
testing
isAbstract

^ self == ZnEncodedWriteStream

0 comments on commit c52473d

Please sign in to comment.