Package com.avoka.fc.core.click
Class CdnWriter
java.lang.Object
java.io.Writer
com.avoka.fc.core.click.CdnWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
Provides Cdn Writer class to do cdn url replacement.
-
Constructor Details
-
CdnWriter
Instantiates a new cdn writer.- Parameters:
writer
- the writercdnUrl
- the cdn url
-
-
Method Details
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-