| com.peterphi.std.types.StorageSize.getAmount() |
| com.peterphi.std.types.Version.getContent()
DO NOT USE THIS METHOD - FOR BEAN SERIALISER ONLY
|
| com.peterphi.std.types.Timecode.getInstance(long, boolean, Timebase, boolean)
use method without supportDays
|
| com.peterphi.std.types.Timecode.getInstance(SampleCount, boolean)
drop frame timecode is not correctly supported currently
|
| com.peterphi.std.types.Timecode.getInstance(SampleCount, boolean, boolean)
use method without supportDays (supportDays is now implicitly true) or dropFrame (drop frame timecode is not
correctly supported currently)
|
| com.peterphi.std.types.Timecode.getSmpteTimecode(String, Timebase) |
| com.peterphi.std.net.IpHelper.isPublicallyRoutable(InetAddress)
use isPubliclyRoutable(java.net.InetAddress)
|
| com.peterphi.std.types.InetSubnet.member(InetAddress)
use isMember instead
|
| com.peterphi.std.types.InetSubnet.member(int)
use isMember instead
|
| com.peterphi.std.types.InetSubnet.member(String)
use isMember instead
|
| com.peterphi.std.types.SampleCount.parseVidispine(String) |
| com.peterphi.std.threading.ParamInvokeable.prepare(T)
if calling a ParamInvokeable directly the call(T) method should be used; this method is for maintaining full
backwards compatibility with ParamRunnable
|
| com.peterphi.std.io.FileHelper.safeMove(File, File)
use commons file utils FileUtils.moveDirectoryToDirectory instead
|
| com.peterphi.std.types.Version.setContent(int[])
DO NOT USE THIS METHOD - FOR BEAN SERIALISER ONLY
|
| com.peterphi.std.system.exec.Exec.startManually() |
| com.peterphi.std.types.Timecode.toVidispineString()
use getSampleCount().toEncodedString();
|
| com.peterphi.std.types.SampleCount.toVidispineString() |