Class PemEncodingsThirdPreviewExamples
java.lang.Object
net.jrodolfo.java_evolution.java27.pem_encodings.PemEncodingsThirdPreviewExamples
Demonstrates the third preview of PEM encodings from JEP 538.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboundary()Explains the preview boundary and deterministic scope.Returns source using the Java 27 PEM encoder and decoder.Compiles and runs an in-memory PEM round trip.
-
Constructor Details
-
PemEncodingsThirdPreviewExamples
public PemEncodingsThirdPreviewExamples()
-
-
Method Details
-
run
Compiles and runs an in-memory PEM round trip.- Throws:
IOExceptionInterruptedException
-
probeSource
Returns source using the Java 27 PEM encoder and decoder. -
boundary
Explains the preview boundary and deterministic scope.
-