62636465666768
/** * Returns a new output object capable of handling Java 5 constructs (i.e. enum). */ protected Amf3Output createAMF3Output() { return new Java15Amf3Output(context); }
27282930313233
} } protected Amf3Output createAMF3Output() { return new Java15Amf3Output(context); }